You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/02/15 15:14:47 UTC

svn commit: r1446591 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Author: olamy
Date: Fri Feb 15 14:14:46 2013
New Revision: 1446591

URL: http://svn.apache.org/r1446591
Log:
add rat exclusion for this file

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=1446591&r1=1446590&r2=1446591&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml Fri Feb 15 14:14:46 2013
@@ -863,6 +863,7 @@
               <exclude>src/site/resources/css/*.css</exclude>
               <exclude>src/site/resources/js/*.js</exclude>
               <exclude>src/test/repositories/test-repo/**</exclude>
+              <exclude>src/main/resources/META-INF/services/*</exclude>
             </excludes>
           </configuration>
         </plugin>