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 2011/09/15 22:31:18 UTC

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

Author: olamy
Date: Thu Sep 15 20:31:18 2011
New Revision: 1171259

URL: http://svn.apache.org/viewvc?rev=1171259&view=rev
Log:
already configured in parent pluginManagement section

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1171259&r1=1171258&r2=1171259&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Thu Sep 15 20:31:18 2011
@@ -219,11 +219,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.8</version>
-        </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
         <plugin>
           <groupId>org.eclipse.m2e</groupId>
@@ -259,6 +254,7 @@ under the License.
       <reporting>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>
             <configuration>
               <targetJdk>1.5</targetJdk>