Author: woollard
Date: Tue Jul 27 05:32:49 2010
New Revision: 979539
URL: http://svn.apache.org/viewvc?rev=979539&view=rev
Log:
incorporate RAT into verification step for crawler pom. currently, RAT gives
clean bill of health. Toward OODT-3
Modified:
incubator/oodt/trunk/crawler/pom.xml
Modified: incubator/oodt/trunk/crawler/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/crawler/pom.xml?rev=979539&r1=979538&r2=979539&view=diff
==============================================================================
--- incubator/oodt/trunk/crawler/pom.xml (original)
+++ incubator/oodt/trunk/crawler/pom.xml Tue Jul 27 05:32:49 2010
@@ -82,6 +82,18 @@ the License.
</goals>
</execution>
</executions>
+ </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>
<resources>