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:13:02 UTC

svn commit: r981371 - /incubator/oodt/trunk/sso/pom.xml

Author: woollard
Date: Mon Aug  2 05:13:02 2010
New Revision: 981371

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

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

Modified: incubator/oodt/trunk/sso/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/sso/pom.xml?rev=981371&r1=981370&r2=981371&view=diff
==============================================================================
--- incubator/oodt/trunk/sso/pom.xml (original)
+++ incubator/oodt/trunk/sso/pom.xml Mon Aug  2 05:13:02 2010
@@ -29,6 +29,22 @@ the License.
   <name>OODT Single Sign On Security Package</name>
   <packaging>jar</packaging>
   <properties/>
+  <build>
+    <plugins>
+      <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>
     <dependency>
       <groupId>javax.servlet</groupId>