Author: woollard
Date: Mon Aug 2 05:10:39 2010
New Revision: 981370
URL: http://svn.apache.org/viewvc?rev=981370&view=rev
Log:
integrate rat into resource mgr biuld. OODT-3
Modified:
incubator/oodt/trunk/resource/pom.xml
Modified: incubator/oodt/trunk/resource/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/resource/pom.xml?rev=981370&r1=981369&r2=981370&view=diff
==============================================================================
--- incubator/oodt/trunk/resource/pom.xml (original)
+++ incubator/oodt/trunk/resource/pom.xml Mon Aug 2 05:10:39 2010
@@ -71,7 +71,19 @@ the License.
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<dependencies>