ntext:
http://old.nabble.com/Filtering-problems-with-assembly-plugin-called-from-parent-POM-tp27148460p27148460.html
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-uns
Greetings,
I am trying to use a top-level POM to assemble all the artifacts of
several modules into a single assembly for delivery (exactly what the
assembly plugin is for, I think). I've got it almost there, but I keep
running into a strange problem: "[WARNING] The following patterns were
never t
I am trying to integrate the assembly plugin into my project...but it
doesn't include any files, why?
My descriptor file (assembly-bin.xml) contains:
bin
zip
repository
The docs say this will include all dependencies. My pom looks like:
org.apac