You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are a lot of duplicate reporting plugin declarations (jxr, jdepend, checkstyle, etc.) in various pom.xml files. As a result, when we update the version or configuration of one of these plugins, we have to modify a number of different places.
It looks like the reporting plugin configuration is inherited from the parent project. So, I should move as many of the configurations to the parent project as I can.
I've already done this with the findbugs, javadoc, and pmd plugins while addressing #44. So, I think it works fine.
The text was updated successfully, but these errors were encountered:
DavidWhitlock
changed the title
Central Maven reporting plugin configuration
Centralize Maven reporting plugin configuration
Dec 25, 2015
Currently, there are a lot of duplicate reporting plugin declarations (jxr, jdepend, checkstyle, etc.) in various pom.xml files. As a result, when we update the version or configuration of one of these plugins, we have to modify a number of different places.
It looks like the reporting plugin configuration is inherited from the parent project. So, I should move as many of the configurations to the parent project as I can.
I've already done this with the findbugs, javadoc, and pmd plugins while addressing #44. So, I think it works fine.
The text was updated successfully, but these errors were encountered: