You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2012/11/11 17:15:29 UTC

svn commit: r1408038 - /logging/log4j/log4j2/trunk/pom.xml

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>