You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/08/02 06:28:32 UTC

svn commit: r981365 - /incubator/oodt/trunk/commons/pom.xml

Author: woollard
Date: Mon Aug  2 04:28:31 2010
New Revision: 981365

URL: http://svn.apache.org/viewvc?rev=981365&view=rev
Log:
integrate rat into commons build.OODT-3

Modified:
    incubator/oodt/trunk/commons/pom.xml

Modified: incubator/oodt/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/commons/pom.xml?rev=981365&r1=981364&r2=981365&view=diff
==============================================================================
--- incubator/oodt/trunk/commons/pom.xml (original)
+++ incubator/oodt/trunk/commons/pom.xml Mon Aug  2 04:28:31 2010
@@ -82,7 +82,25 @@
               <include>**/*Test*.java</include>
             </includes>
         </configuration>
-      </plugin> 
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/testdata/*</exclude>
+            <exclude>**/package.html</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins> 
   </build>
   <dependencies>