I'm trying to write a plugin that builds a WAR using a variety of different
artifacts.
I have a 'pom' artifact that manages all my third party dependencies, and I
would like to be able to use the 'maven-dependency-plugin' to unpack them
all. Unfortunately, it seems that plugin only transitively unpacks the
dependencies of whatever pom you have configured it in. I need to be able to
specify which artifacts I want to unpack. I know I can use the 'copy' goal
for individual artifacts, but does anyone know a way to unpack all
transitive dependencies at once?

Reply via email to