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: [email protected] For additional commands, e-mail: [email protected]
