You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ol...@apache.org on 2012/10/17 15:15:08 UTC

[5/5] git commit: fix tomcat plugin configuration

fix tomcat plugin configuration


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9d9e6e57
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9d9e6e57
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9d9e6e57

Branch: refs/heads/master
Commit: 9d9e6e57dc58ddf1312dfdc4c973dbe5c9310e6e
Parents: a6d1ff3
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 17 14:58:02 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 17 14:58:02 2012 +0200

----------------------------------------------------------------------
 client/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9d9e6e57/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index dc6d18b..e0a7c3b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -129,8 +129,9 @@
         <groupId>org.apache.tomcat.maven</groupId>
         <artifactId>tomcat7-maven-plugin</artifactId>
         <configuration>
+          <path>/client</path>
           <tomcatWebXml>${basedir}/WEB-INF/web.xml</tomcatWebXml>
-          <warSourceDirectory>${project.build.directory}/${project.build.finalName}</warSourceDirectory>
+          <warSourceDirectory>${project.build.directory}/generated-webapp/</warSourceDirectory>
         </configuration>
       </plugin>
       <plugin>