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/07/12 18:29:18 UTC

svn commit: r1360759 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

Author: olamy
Date: Thu Jul 12 16:29:18 2012
New Revision: 1360759

URL: http://svn.apache.org/viewvc?rev=1360759&view=rev
Log:
remove reporting plugins already defined in parent

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

Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/pom.xml?rev=1360759&r1=1360758&r2=1360759&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/pom.xml Thu Jul 12 16:29:18 2012
@@ -254,17 +254,6 @@ under the License.
               </reportSet>
             </reportSets>
           </plugin>
-          <plugin>
-            <artifactId>maven-pmd-plugin</artifactId>
-            <configuration>
-              <targetJdk>1.5</targetJdk>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.6</version>
-          </plugin>
         </plugins>
       </reporting>
     </profile>