Author: woollard
Date: Tue Jul 27 05:41:30 2010
New Revision: 979541
URL: http://svn.apache.org/viewvc?rev=979541&view=rev
Log:
added RAT to verification for filemgr. Current clean bill of health with
excludes. toward OODT-3
Modified:
incubator/oodt/trunk/filemgr/pom.xml
Modified: incubator/oodt/trunk/filemgr/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/pom.xml?rev=979541&r1=979540&r2=979541&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/pom.xml (original)
+++ incubator/oodt/trunk/filemgr/pom.xml Tue Jul 27 05:41:30 2010
@@ -76,6 +76,24 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/testdata/*</exclude>
+ <exclude>**/testdata/**/*</exclude>
+ </excludes>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<dependencies>