Re: Maven Assembly Help

2008-08-26 Thread Brett Porter
You should be able to remove entire artifacts, but not individual classes. If the latter is what you are trying to do, a better solution might be to use the dependency plugin to unpack them artifacts into a temporary location in target, then use the assembly descriptor with filesets to pick up the

Maven Assembly Help

2008-08-26 Thread Adam
Greetings: Earlier I had posted about getting duplicate .class files in a Jar-with-dependencies. The fix I found was to exclude the ${project.groupId}:${project.artifactId} from the current project. However, I am getting duplicates it seems from transitively dependent JARs and am finding it diffi