> Which version of module3 is used and give maven a error or at least a
> warning?

If you lock down versions using <version>[1.2.3]</version> tags then
you can cause mismatches in versions to throw errors during the Maven
build.

Also you could use enforcer plugin to guarantee certain versions of
dependencies and plugins are used, and break the build if they are
not.

Wayne

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

Reply via email to