You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/06/30 23:19:38 UTC

svn commit: r1141722 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: hboutemy
Date: Thu Jun 30 21:19:38 2011
New Revision: 1141722

URL: http://svn.apache.org/viewvc?rev=1141722&view=rev
Log:
removed parameters already defined in parent

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1141722&r1=1141721&r2=1141722&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Thu Jun 30 21:19:38 2011
@@ -257,18 +257,12 @@ under the License.
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-project-info-reports-plugin</artifactId>
-            <version>2.2</version>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
             <version>2.6</version>
           </plugin>
-          <plugin>
+          <plugin><!-- to be removed when upgrading parent to 21 -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.7</version>
             <configuration>
               <tagletArtifacts>
                 <tagletArtifact>
@@ -297,7 +291,7 @@ under the License.
       </activation>
       <build>
         <plugins>
-          <!-- if releasing current pom with maven 3 site descriptor must be attached -->
+          <!-- if releasing current pom with Maven 3, site descriptor must be attached -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-site-plugin</artifactId>