You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Matthew Adams <ma...@matthewadams.me> on 2013/02/08 19:13:19 UTC

[SOLVED] Re: Problem reusing specific plugin executions with profiles

stephenconnolly wrote
> If you then need the executions in the root and only some children... put
> the executions in pluginManagement in the root but without calling out any
> goals. Repeat the executions in 
> <plugins>
>  in the root, calling out the
> goals for those to execute and specifying 
> <inherited>
> false
> </inherited>
>  and
> then finally repeat for the child projects

That did the trick!  Thanks -- I don't think I would've guessed that one. 
Now, the configurations are all in one place.  Nice!

-matthew



--
View this message in context: http://maven.40175.n5.nabble.com/Problem-reusing-specific-plugin-executions-with-profiles-tp5746276p5746396.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org