Author: khmarbaise
Date: Sun Sep 7 15:14:37 2014
New Revision: 1623048
URL: http://svn.apache.org/r1623048
Log:
[MASSEMBLY-710]
- Simplyfied exclude rules.
Modified:
maven/plugins/trunk/maven-assembly-plugin/pom.xml
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1623048&r1=1623047&r2=1623048&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Sep 7 15:14:37 2014
@@ -339,10 +339,8 @@ under the License.
<exclude>src/functional-tests/remote-repo/assembly/dependency-artifact/**</exclude>
<!-- These files are only resources for integration tests. -->
<exclude>src/it/projects/repositories/repo-with-snapshot-parents/child/remote-repository/org/codehaus/plexus/plexus-utils/1.4.3-SNAPSHOT/plexus-utils-1.4.3-SNAPSHOT.pom</exclude>
-
<exclude>src/it/projects/container-descriptors/metaInf-services-aggregation/child1/src/main/resources/META-INF/**/*</exclude>
-
<exclude>src/it/projects/container-descriptors/metaInf-services-aggregation/child2/src/main/resources/META-INF/**/*</exclude>
-
<exclude>src/it/projects/container-descriptors/metaInf-spring-aggregation/child1/src/main/resources/META-INF/**/*</exclude>
-
<exclude>src/it/projects/container-descriptors/metaInf-spring-aggregation/child2/src/main/resources/META-INF/**/*</exclude>
+
<exclude>src/it/projects/container-descriptors/metaInf-services-aggregation/**/*</exclude>
+
<exclude>src/it/projects/container-descriptors/metaInf-spring-aggregation/**/*</exclude>
<!-- The following is used to exclude only txt files which don't
have a license header -->
<exclude>src/it/**/*.txt</exclude>
<!-- The following is used to exclude files with the extension
*.file -->