ffraticelli wrote:

> 
> Thanks Robert.
> 
> All of my projects inherit from a master pom.xml file which is where I
> defined the plugin. I added the skipAttach to the master pom.xml and it
> basically skipped everything. I guess because each module got the value of
> skipAttach as a result of the inheritance. Having to specify this paramter
> in each individual pom.xml is not attractive as I have to duplicate the
> definition of the plugin in each pom. It creats a maintenance nightmare
> when you have dozens of projects each containing at least 2-3 modules. If
> i want to change the behavior of the plugin, I need to do it to all
> pom.xml.

Set the value with a property and all you have to do is to redefine the 
property.

- Jörg



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to