summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/running-tuscany
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-09-21 05:20:13 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-09-21 05:20:13 +0000
commit4505fc71cdf140175e9f9f75b407fdcfcb087f08 (patch)
tree5f72fa11bed059ee584205db22a1a64ed86166e9 /sca-java-2.x/trunk/samples/running-tuscany
parent6f23b6edf6171251b74ce1b6d226876bbf5ad004 (diff)
Adding plugin to allow mvn:deploy
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/running-tuscany')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml
index cde0e15f62..89e2b3da43 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml
@@ -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>