[LOGBack-dev] svn commit: r105 - logback/access/trunk/src/main/assembly

noreply.seb at qos.ch noreply.seb at qos.ch
Tue Jul 18 10:54:30 CEST 2006


Author: seb
Date: Tue Jul 18 10:54:29 2006
New Revision: 105

Modified:
   logback/access/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/access/trunk/src/main/assembly/source.xml
==============================================================================
--- logback/access/trunk/src/main/assembly/source.xml	(original)
+++ logback/access/trunk/src/main/assembly/source.xml	Tue Jul 18 10:54:29 2006
@@ -29,7 +29,15 @@
 			<unpack>false</unpack>
 			<scope>test</scope>
 			<excludes>
-				<exclude>access-*.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-access</exclude>
 			</excludes>
 		</dependencySet>
 	</dependencySets>



More information about the logback-dev mailing list