4 Replies Latest reply on Jan 20, 2011 8:04 AM by mageshbk

    Multiple Checkstyle and Findbugs Profiles

    mageshbk

      We have overridden profiles and configuration of these in components-parent's pom. Removing these from the components still let us run with the profile configurations from core-parent using the commands

       

      mvn -Dintegration.build=true site
      

       

      or

       

      mvn -Pfindbugs -Pcheckstyle site
      

       

      I would like to maintain a single configuration for these profiles at core-parent, so that any changes are done at one place. Unless if you have any objections, I would like to remove these from components repo, with a JIRA request of course.