Updated Branches: refs/heads/javelin 6504fc6b0 -> a4e0c4f01
fix jetty:run environment setup Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a4e0c4f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a4e0c4f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a4e0c4f0 Branch: refs/heads/javelin Commit: a4e0c4f0129ab5ef83b88900a87521cfc8a20495 Parents: 6504fc6 Author: Kelven Yang <kelv...@gmail.com> Authored: Wed Jan 2 16:20:05 2013 -0800 Committer: Kelven Yang <kelv...@gmail.com> Committed: Wed Jan 2 16:20:05 2013 -0800 ---------------------------------------------------------------------- client/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a4e0c4f0/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index a50725a..e00e28b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -200,8 +200,8 @@ </connector> </connectors> <contextPath>/client</contextPath> - <webXml>${basedir}/WEB-INF/web.xml</webXml> - <webAppSourceDirectory>${basedir}/target/generated-webapp</webAppSourceDirectory> + <webXml>${basedir}/target/${project.artifactId}-${project.version}/WEB-INF/web.xml</webXml> + <webAppSourceDirectory>${basedir}/target/${project.artifactId}-${project.version}</webAppSourceDirectory> </configuration> </plugin> <plugin>