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:43:17 UTC

svn commit: r981367 - /incubator/oodt/trunk/curator/pom.xml

Author: woollard
Date: Mon Aug  2 04:43:17 2010
New Revision: 981367

URL: http://svn.apache.org/viewvc?rev=981367&view=rev
Log:
integrating rat into curator build. OODT-3

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

Modified: incubator/oodt/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/pom.xml?rev=981367&r1=981366&r2=981367&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/pom.xml (original)
+++ incubator/oodt/trunk/curator/pom.xml Mon Aug  2 04:43:17 2010
@@ -31,7 +31,37 @@ the License.
   <version>${oodt.version}</version>
   <name>CAS Curation Interface</name>
   <description>A web application for managing policy for products and files and metadata that have been ingested via the CAS component.</description>
-  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/jquery*</exclude>
+            <exclude>**/jquery/*</exclude>
+            <exclude>**/src/jquery*</exclude>
+            <exclude>**/jquery-treeview/*</exclude>
+            <exclude>**/jquery-treeview/demo/*</exclude>
+            <exclude>**/jquery-treeview/lib/*</exclude>
+            <exclude>**/jquery-ui/*</exclude>
+            <exclude>**/jquery-ui/css/smoothness/jquery-ui-1.7.2.custom.css</exclude>
+            <exclude>**/src/MIT-License.txt</exclude>
+            <exclude>**/media/Bach-SuiteNo2.mp3</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+ 
   <repositories>
     <repository>
       <id>ibiblio</id>