Re: assembly plugin includes duplicates

2008-07-09 Thread Kallin Nagelberg
I noticed that archive file resolution is mentioned here: http://maven.apache.org/plugins/maven-assembly-plugin/advanced-descriptor-topics.html It says that in case file/filesets have conflicting sources only one will be copied. It seems this isn't true for dependencies though. Is there a way to

assembly plugin includes duplicates

2008-07-08 Thread Kallin Nagelberg
I have an assembly descriptor that looks like the following code. There are duplicate libraries in 'target/dependencies' and 'target/core-bl-template/unpack/lib'. This results in duplicate JARs being zipped up at xxx.zip/lib . Is there a way to prevent this? assembly idbin/id formats