Author: woollard
Date: Mon Aug 2 05:52:36 2010
New Revision: 981376
URL: http://svn.apache.org/viewvc?rev=981376&view=rev
Log:
added rat to xmlquery build. OODT-3
Modified:
incubator/oodt/trunk/xmlquery/pom.xml
Modified: incubator/oodt/trunk/xmlquery/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/xmlquery/pom.xml?rev=981376&r1=981375&r2=981376&view=diff
==============================================================================
--- incubator/oodt/trunk/xmlquery/pom.xml (original)
+++ incubator/oodt/trunk/xmlquery/pom.xml Mon Aug 2 05:52:36 2010
@@ -55,6 +55,23 @@
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/oodt/xmlquery/package.html</exclude>
+ </excludes>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<dependencies>