Author: rgoers
Date: Sun Nov 11 16:15:29 2012
New Revision: 1408038
URL: http://svn.apache.org/viewvc?rev=1408038&view=rev
Log:
Exlude commons logging service binding from RAT
Modified:
logging/log4j/log4j2/trunk/pom.xml
Modified: logging/log4j/log4j2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1408038&r1=1408037&r2=1408038&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Sun Nov 11 16:15:29 2012
@@ -443,6 +443,7 @@
<version>0.8</version>
<configuration>
<excludes>
+ <exclude>src/main/resources/META-INF/services/**/*</exclude>
<exclude>.idea/**/*</exclude>
<exclude>src/test/resources/**/*</exclude>
</excludes>