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
 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
> specific child project I want to skip the generation of this report.
> I tried this:
>
> parent pom:
>
> 
>  
>...
>  
>org.apache.maven.plugins
>maven-checkstyle-plugin
>  
> ...
>  
> 
>
> and in the child pom
>
> 
>  
>
>org.apache.maven.plugins
>maven-checkstyle-plugin
>
>  true
>
>
>  
> 
>
>
> hoping that this would override the parent settings but it persists to
> generate the report.
>
> Any idea ?
>
> regards
>
> Jerome T.
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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
 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
> specific child project I want to skip the generation of this report.
> I tried this:
> 
> parent pom:
> 
> 
>  
>...
>  
>org.apache.maven.plugins
>maven-checkstyle-plugin
>  
> ...
>  
> 
> 
> and in the child pom
> 
> 
>  
>
>org.apache.maven.plugins
>maven-checkstyle-plugin
>
>  true
>
>
>  
> 
> 
> 
> hoping that this would override the parent settings but it persists to
> generate the report.
> 
> Any idea ?
> 
> regards
> 
> Jerome T.
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:


 
   ...
 
   org.apache.maven.plugins
   maven-checkstyle-plugin
 
...
 


and in the child pom


 
   
   org.apache.maven.plugins
   maven-checkstyle-plugin
   
 true
   
   
 



hoping that this would override the parent settings but it persists to
generate the report.

Any idea ?

regards

Jerome T.