
Author: seb Date: Tue Jul 18 10:54:33 2006 New Revision: 107 Modified: logback/core/trunk/src/main/assembly/source.xml Log: added a working filter to create the assembly without the artifact being copied in the lib folder Modified: logback/core/trunk/src/main/assembly/source.xml ============================================================================== --- logback/core/trunk/src/main/assembly/source.xml (original) +++ logback/core/trunk/src/main/assembly/source.xml Tue Jul 18 10:54:33 2006 @@ -29,7 +29,15 @@ <unpack>false</unpack> <scope>test</scope> <excludes> - <exclude>core-*.jar</exclude> + <!-- + There is little documentation on this format. + It is of the form of DefaultArtifact.getDependencyConflictId() + which is <groupId>:<artifactId>:<type>:<classifier> + or we can use the short form (hard coded into assembly) of + <groupId>:<artifactId> + This is a String equality match not a pattern match. + --> + <exclude>ch.qos.logback:lb-core</exclude> </excludes> </dependencySet> </dependencySets>