You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/11/25 20:11:53 UTC

svn commit: r720566 - /maven/mercury/trunk/pom.xml

Author: bentmann
Date: Tue Nov 25 11:11:53 2008
New Revision: 720566

URL: http://svn.apache.org/viewvc?rev=720566&view=rev
Log:
o Removed maven-license-plugin from POM (to be run only on demand from CLI)

Modified:
    maven/mercury/trunk/pom.xml

Modified: maven/mercury/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=720566&r1=720565&r2=720566&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Tue Nov 25 11:11:53 2008
@@ -146,14 +146,6 @@
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
 
-      <plugin>
-        <groupId>com.google.code.maven-license-plugin</groupId>
-        <artifactId>maven-license-plugin</artifactId>
-        <configuration>
-          <header>src/licenses/apache.txt</header>
-        </configuration>
-      </plugin>
-
     </plugins>
 
   </build>