You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/05/03 20:55:11 UTC

svn commit: r1333583 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Thu May  3 18:55:10 2012
New Revision: 1333583

URL: http://svn.apache.org/viewvc?rev=1333583&view=rev
Log:
don't include default ASF legals (Any23 as its own)

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1333583&r1=1333582&r2=1333583&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu May  3 18:55:10 2012
@@ -555,6 +555,20 @@
     </pluginManagement>
 
     <plugins>
+      <!-- Drop inherited behavior (i.e. don't put any more default LICENSE and NOTICE files in all artifacts) -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>