Filtering problems with assembly plugin called from parent POM

2010-01-13 Thread adamd1234
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

Problems with assembly

2009-01-29 Thread philion
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

Problems with assembly plugin

2006-10-04 Thread Dave Hoffer
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