>         I have a lot to learn about maven :-) (what difference does it
> make when plugin is inside pluginManagement vs. outside).

>From Maven documentation:
pluginManagement: is an element that is seen along side plugins.
Plugin Management contains plugin elements in much the same way,
except that rather than configuring plugin information for this
particular project build, it is intended to configure project builds
that inherit from this one. However, this only configures plugins that
are actually referenced within the plugins element in the children.
The children have every right to override pluginManagement
definitions.

More info here on SO:
http://stackoverflow.com/questions/10483180/maven-what-is-pluginmanagement

And of course, more info on the Maven website and in various
documentation, ebooks, blog posts, etc.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to