Author: niallp
Date: Mon Mar 15 18:43:27 2010
New Revision: 923384

URL: http://svn.apache.org/viewvc?rev=923384&view=rev
Log:
Don't run maven-remote-resources-plugin[1] - Version 7 of the Apache parent[2] 
pom.xml is configured to pull in the apache-jar-resource-bundle[3] - which 
generates and adds "Notice" and "License" files to the jars - duplicating the 
"NOTICE.txt" and "LICENSE.txt" files that Commons components already have.

[1] http://maven.apache.org/plugins/maven-remote-resources-plugin/
[2] http://repo2.maven.org/maven2/org/apache/apache/7/apache-7.pom
[3] http://repo2.maven.org/maven2/org/apache/apache-jar-resource-bundle/1.4/

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=923384&r1=923383&r2=923384&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Mar 15 18:43:27 2010
@@ -212,6 +212,14 @@
           <artifactId>maven-remote-resources-plugin</artifactId>
           <!-- override version 1.1 from apache parent to ensure JDK 1.4 
compatibilty -->
           <version>1.0</version>
+          <configuration>
+            <!--
+                apache parent pom automatically adds "LICENSE" and "NOTICE" 
files
+                to jars - duplciating the "LICENSE.txt" and "NOTICE.txt"
+                files that components already have.
+             -->
+            <skip>true</skip>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to