> But when this submodule is called from a parent pom ( which also calls other
> submodules ), it complains about a missing class for the weblogic compiler.

This is a known problem in M2. Maven only loads the plugin once (the
first time it sees it) in a build, and only loads plugin dependencies
it sees at that time.

You need to collect your Antrun plugin dependencies from the various
places you have declared it and copy them so each declaration has the
full set of plugin deps (or figure out which one will be seen first
and just ensure it has the full set of plugin deps).

Wayne

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

Reply via email to