Author: woollard
Date: Tue Jul 27 05:47:45 2010
New Revision: 979543
URL: http://svn.apache.org/viewvc?rev=979543&view=rev
Log:
added RAT to verify process for pcs/input subproject. current clean bill of
health. toward OODT-3
Modified:
incubator/oodt/trunk/pcs/input/pom.xml
Modified: incubator/oodt/trunk/pcs/input/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/pcs/input/pom.xml?rev=979543&r1=979542&r2=979543&view=diff
==============================================================================
--- incubator/oodt/trunk/pcs/input/pom.xml (original)
+++ incubator/oodt/trunk/pcs/input/pom.xml Tue Jul 27 05:47:45 2010
@@ -52,6 +52,18 @@ the License.
<include>**/*Test*.java</include>
</includes>
</configuration>
+ </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>