Author: alessio.soldano(a)jboss.com
Date: 2012-06-24 11:20:20 -0400 (Sun, 24 Jun 2012)
New Revision: 432
Modified:
core/trunk/integration-testsuite/common/pom.xml
Log:
[WISE-174] Cleanup test war contents with recent maven-war-plugin (no lib jars are needed
in the wars)
Modified: core/trunk/integration-testsuite/common/pom.xml
===================================================================
--- core/trunk/integration-testsuite/common/pom.xml 2012-06-17 22:59:09 UTC (rev 431)
+++ core/trunk/integration-testsuite/common/pom.xml 2012-06-24 15:20:20 UTC (rev 432)
@@ -70,6 +70,7 @@
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<webappDirectory>${project.build.directory}/basic</webappDirectory>
<warSourceExcludes>**/lib/**</warSourceExcludes>
+ <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
<webResources>
<webResource>
<targetPath>WEB-INF/classes</targetPath>
@@ -96,6 +97,7 @@
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<webappDirectory>${project.build.directory}/wsdlResolver</webappDirectory>
<warSourceExcludes>**/lib/**</warSourceExcludes>
+ <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
<webResources>
<webResource>
<targetPath>WEB-INF/classes</targetPath>
@@ -129,6 +131,7 @@
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<webappDirectory>${project.build.directory}/smooks</webappDirectory>
<warSourceExcludes>**/lib/**</warSourceExcludes>
+ <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
<webResources>
<webResource>
<targetPath>WEB-INF/classes</targetPath>
Show replies by date