Re: Overriding Plugin settings in a child POM

2007-06-05 Thread Jerome Thibaud
Thanks for the pointer Steve. rgds Jerome On 6/4/07, Steven Rowe [EMAIL PROTECTED] wrote: Hi Jerome, This JIRA issue looks like it's related (suggestion of adding a reportingManagement section to the POM): http://jira.codehaus.org/browse/MNG-1931 Steve Jerome Thibaud wrote: Hi All,

Re: Overriding Plugin settings in a child POM

2007-06-04 Thread Steven Rowe
Hi Jerome, This JIRA issue looks like it's related (suggestion of adding a reportingManagement section to the POM): http://jira.codehaus.org/browse/MNG-1931 Steve Jerome Thibaud wrote: Hi All, using: Maven 2.0.4 I defined the checkstyle reporting plugin in my parent pom, and for a

Overriding Plugin settings in a child POM

2007-06-02 Thread Jerome Thibaud
Hi All, using: Maven 2.0.4 I defined the checkstyle reporting plugin in my parent pom, and for a specific child project I want to skip the generation of this report. I tried this: parent pom: reporting plugins ... plugin groupIdorg.apache.maven.plugins/groupId