You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2010/03/23 03:11:16 UTC

svn commit: r926425 - /maven/plugins/trunk/maven-help-plugin/pom.xml

Author: brett
Date: Tue Mar 23 02:11:16 2010
New Revision: 926425

URL: http://svn.apache.org/viewvc?rev=926425&view=rev
Log:
remove redundant section

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

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=926425&r1=926424&r2=926425&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Tue Mar 23 02:11:16 2010
@@ -251,31 +251,6 @@ under the License.
             <artifactId>maven-changelog-plugin</artifactId>
             <version>2.1</version>
           </plugin>
-          <!-- TODO: remove when maven-plugins parent pom 12 is released -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-plugin-plugin</artifactId>
-            <version>2.4.3</version>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.5</version>
-            <configuration>
-              <tagletArtifacts>
-                <tagletArtifact>
-                  <groupId>org.apache.maven.plugin-tools</groupId>
-                  <artifactId>maven-plugin-tools-javadoc</artifactId>
-                  <version>2.4.3</version>
-                </tagletArtifact>
-                <tagletArtifact>
-                  <groupId>org.codehaus.plexus</groupId>
-                  <artifactId>plexus-javadoc</artifactId>
-                  <version>1.0</version>
-                </tagletArtifact>
-              </tagletArtifacts>
-            </configuration>
-          </plugin>
         </plugins>
       </reporting>
     </profile>