[ http://jira.codehaus.org/browse/MNG-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_122571 ]
Vincent Siveton commented on MNG-3385: -------------------------------------- I guess <reporting><reportingManagement/></reporting> should be better > PluginManagement does not work for report-plugins > ------------------------------------------------- > > Key: MNG-3385 > URL: http://jira.codehaus.org/browse/MNG-3385 > Project: Maven 2 > Issue Type: Bug > Affects Versions: 2.0.8 > Reporter: Andreas Höhmann > > <build> > ... > </pluginManagement> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-pmd-plugin</artifactId> > <version>2.2</version> > </plugin> > </plugins> > </pluginManagement> > ... > </build> > <reporting> > <plugins> > <plugin> > <artifactId>maven-pmd-plugin</artifactId> > </plugin> > </plugins> > </reporting> > mvn site ... use pmd-2.4-SNAPSHOT instead of the defined 2.2 ... why? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira