gavioto / m2e-extensions

Automatically exported from code.google.com/p/m2e-extensions
0 stars 0 forks source link

Does not work if you have checkstyle and pmd configured only in reporting section of pom #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add checkstlye and pmd maven plugins into reporting section of pom

When running update project configuration in Eclipse, it does not detect that 
there is any configuration of checkstlye or pmd. It only detects you have 
checkstlye or pmd defined if you duplicate your configuration and put it in the 
build plugins sections of the pom.

Original issue reported on code.google.com by annihil...@gmail.com on 14 Jan 2011 at 2:19

GoogleCodeExporter commented 9 years ago
I believe this is the expected behavior (will have to confirm), the hooks for 
m2e work with the build plugins configuration.

Original comment by mkann...@gmail.com on 18 Jan 2011 at 4:28

GoogleCodeExporter commented 9 years ago
this should scan the maven-site-plugin's configuration to comply with the new 
reporting structure and the maven 3 site configuration

Original comment by drmalo...@gmail.com on 21 Feb 2013 at 11:19