diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r-- | sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/pom.xml | 10 |
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>
|