You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/06/29 12:19:08 UTC

svn commit: r1355304 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Fri Jun 29 10:19:08 2012
New Revision: 1355304

URL: http://svn.apache.org/viewvc?rev=1355304&view=rev
Log:
remove unused plugin

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1355304&r1=1355303&r2=1355304&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Fri Jun 29 10:19:08 2012
@@ -112,19 +112,6 @@ under the License.
       </plugin>
 
       <plugin>
-        <groupId>com.google.code.maven-license-plugin</groupId>
-        <artifactId>maven-license-plugin</artifactId>
-        <version>1.4.0</version>
-        <configuration>
-          <header>${basedir}/header.txt</header>
-          <includes>
-            <include>**/*.java</include>
-          </includes>
-          <!-- this is important for muti-module project <aggregate>true</aggregate> -->
-        </configuration>
-      </plugin>
-
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>