You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/08/04 22:48:34 UTC

svn commit: r800961 - /incubator/empire-db/trunk/pom.xml

Author: francisdb
Date: Tue Aug  4 20:48:34 2009
New Revision: 800961

URL: http://svn.apache.org/viewvc?rev=800961&view=rev
Log:
add rat excludes

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=800961&r1=800960&r2=800961&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Tue Aug  4 20:48:34 2009
@@ -259,6 +259,13 @@
 			    <plugin>
 			      	<groupId>org.codehaus.mojo</groupId>
 			       	<artifactId>rat-maven-plugin</artifactId>
+			       	<version>1.0-alpha-3</version>
+			       	<configuration>
+			       		<excludes>
+			       			<exclude>old/**</exclude>
+			       			<exclude>dependencies.txt</exclude>
+			       		</excludes>
+			       	</configuration>
 			  	</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>