Author: khmarbaise Date: Tue Nov 4 19:00:05 2014 New Revision: 1636691 URL: http://svn.apache.org/r1636691 Log: [MEAR-202] Upgrade to maven-plugins version 25 to 26 - Added excludes for har, sar types which seemed to be causing problems.
Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=1636691&r1=1636690&r2=1636691&view=diff ============================================================================== --- maven/plugins/trunk/maven-ear-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-ear-plugin/pom.xml Tue Nov 4 19:00:05 2014 @@ -177,6 +177,11 @@ under the License. <exclude>src/test/resources/projects/project-015/src/main/application/META-INF/MANIFEST.MF</exclude> <exclude>src/test/resources/projects/project-016/src/main/ear/MANIFEST.MF</exclude> <!-- + Added the following excludes cause they have been reported as wrong. + --> + <exclude>src/test/resources/m2repo/eartest/har-sample-one/1.0/har-sample-one-1.0.har</exclude> + <exclude>src/test/resources/m2repo/eartest/sar-sample-one/1.0/sar-sample-one-1.0.sar</exclude> + <!-- DTDs from other sources - do not add our own license header. --> <exclude>src/test/resources/dtd/application_1_3.dtd</exclude>