> In an aggregate POM, I've got a use of the maven-antrun-plugin that
> needs custom dependencies.

Yes, this is a known issue. Copy your dependencies into all uses of
m-antrun-p OR figure out which one will run first and copy them there.
The Maven classloader only pays attention to the dependencies of a
plugin the FIRST time it sees the plugin.

Wayne

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

Reply via email to