Author: woollard
Date: Mon Aug 2 05:04:25 2010
New Revision: 981369
URL: http://svn.apache.org/viewvc?rev=981369&view=rev
Log:
integrating rat into profile service. OODT-3
Modified:
incubator/oodt/trunk/profile/pom.xml
Modified: incubator/oodt/trunk/profile/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/profile/pom.xml?rev=981369&r1=981368&r2=981369&view=diff
==============================================================================
--- incubator/oodt/trunk/profile/pom.xml (original)
+++ incubator/oodt/trunk/profile/pom.xml Mon Aug 2 05:04:25 2010
@@ -95,6 +95,24 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/testdata/*</exclude>
+ <exclude>**/handlers/lightweight/package.html</exclude>
+ </excludes>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<dependencies>