You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/12/12 23:35:31 UTC

svn commit: r1645085 - /maven/plugins/trunk/maven-ear-plugin/src/it/skinny-wars-javaee5/ear-module/pom.xml

Author: khmarbaise
Date: Fri Dec 12 22:35:31 2014
New Revision: 1645085

URL: http://svn.apache.org/r1645085
Log:
[MEAR-182] Skinny WAR's - Skip Class-Path Modification in Manifest
 Followup: activate new feature in integration tests otherwise
           the IT will fail as expected.

Modified:
    maven/plugins/trunk/maven-ear-plugin/src/it/skinny-wars-javaee5/ear-module/pom.xml

Modified: maven/plugins/trunk/maven-ear-plugin/src/it/skinny-wars-javaee5/ear-module/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/it/skinny-wars-javaee5/ear-module/pom.xml?rev=1645085&r1=1645084&r2=1645085&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/src/it/skinny-wars-javaee5/ear-module/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/src/it/skinny-wars-javaee5/ear-module/pom.xml Fri Dec 12 22:35:31 2014
@@ -51,6 +51,7 @@ under the License.
           <version>5</version>
           <defaultLibBundleDir>lib</defaultLibBundleDir>
           <skinnyWars>true</skinnyWars>
+          <skipClassPathModification>true</skipClassPathModification>
         </configuration>
       </plugin>
     </plugins>