You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/09/21 07:20:13 UTC

svn commit: r999225 - /tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml

Author: lresende
Date: Tue Sep 21 05:20:13 2010
New Revision: 999225

URL: http://svn.apache.org/viewvc?rev=999225&view=rev
Log:
Adding plugin to allow mvn:deploy

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml?rev=999225&r1=999224&r2=999225&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml Tue Sep 21 05:20:13 2010
@@ -74,6 +74,14 @@
     </dependencies>
 
     <build>
-       <finalName>scashell</finalName>
+       <finalName>scashell</finalName>
+       <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-war-plugin</artifactId>
+           <version>2.0</version>
+           <configuration>
+               <dependentWarExcludes>WEB-INF/web.xml</dependentWarExcludes>
+           </configuration>
+       </plugin>
     </build>
 </project>