I have a zip file built with the assembly plugin. I list it as a
dependency in a project so that I can in turn include it in another
assembly.

I got a surprise. mvn dependency:tree shows that it has dependencies
-- all the dependencies of its parent.

This is particularly sideways since it was carefully shaded to avoid
dependencies.

I think that the solution to my problem is to use dependency:copy on
the artifactId and <fileSet> in the second assembly instead of a
dependencySet, but I thought I would note this for posterity.

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

Reply via email to