You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cm...@apache.org on 2010/10/21 12:14:42 UTC

svn commit: r1025923 - /servicemix/smx4/features/trunk/examples/web/pom.xml

Author: cmoulliard
Date: Thu Oct 21 10:14:41 2010
New Revision: 1025923

URL: http://svn.apache.org/viewvc?rev=1025923&view=rev
Log:
SMX4-456: Generate WAR file with ServiceMix4

Modified:
    servicemix/smx4/features/trunk/examples/web/pom.xml

Modified: servicemix/smx4/features/trunk/examples/web/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/web/pom.xml?rev=1025923&r1=1025922&r2=1025923&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/web/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/web/pom.xml Thu Oct 21 10:14:41 2010
@@ -100,7 +100,8 @@
             </systemProperty>
           </systemProperties>
           <scanIntervalSeconds>10</scanIntervalSeconds>
-          <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}</webAppSourceDirectory>
+          <webAppSourceDirectory>${basedir}/target/${artifactId}-${version}</webAppSourceDirectory>
+          <webApp>${basedir}/target/${artifactId}-${version}.war</webApp>
         </configuration>
       </plugin>
       <plugin>