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 07:35:33 UTC

svn commit: r981372 - /incubator/oodt/trunk/webapp/filemgr/pom.xml

Author: woollard
Date: Mon Aug  2 05:35:33 2010
New Revision: 981372

URL: http://svn.apache.org/viewvc?rev=981372&view=rev
Log:
add rat to the filemgr webapp build. OODT-3

Modified:
    incubator/oodt/trunk/webapp/filemgr/pom.xml

Modified: incubator/oodt/trunk/webapp/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/filemgr/pom.xml?rev=981372&r1=981371&r2=981372&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/filemgr/pom.xml (original)
+++ incubator/oodt/trunk/webapp/filemgr/pom.xml Mon Aug  2 05:35:33 2010
@@ -38,6 +38,18 @@ the License.
           <containerConfigXML>src/main/resources/filemgr-webapp-tomcat-5.5.9.xml</containerConfigXML>
         </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>
   </build>
   <dependencies>