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/07/27 06:40:30 UTC

svn commit: r979527 - /incubator/oodt/trunk/app/fmbrowser/pom.xml

Author: woollard
Date: Tue Jul 27 04:40:30 2010
New Revision: 979527

URL: http://svn.apache.org/viewvc?rev=979527&view=rev
Log:
adding rat to the verification phase of the build for app/fmbrowser subproject. currently, the subproject has a clean bill of health with RAT. toward OODT-3

Modified:
    incubator/oodt/trunk/app/fmbrowser/pom.xml

Modified: incubator/oodt/trunk/app/fmbrowser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/app/fmbrowser/pom.xml?rev=979527&r1=979526&r2=979527&view=diff
==============================================================================
--- incubator/oodt/trunk/app/fmbrowser/pom.xml (original)
+++ incubator/oodt/trunk/app/fmbrowser/pom.xml Tue Jul 27 04:40:30 2010
@@ -30,6 +30,22 @@ the License.
      provides the user of the CAS File Manager with a graphical environment in which they
      can view archived products' metadata, query for products with particular metadata, 
      and export results of queries to the MS Excel(c) file format.</description>
+  <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>org.apache.oodt</groupId>
@@ -53,4 +69,4 @@ the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>