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:46:31 UTC

svn commit: r981375 - /incubator/oodt/trunk/workflow/pom.xml

Author: woollard
Date: Mon Aug  2 05:46:31 2010
New Revision: 981375

URL: http://svn.apache.org/viewvc?rev=981375&view=rev
Log:
added rat to workflow build. OODT-3

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

Modified: incubator/oodt/trunk/workflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/workflow/pom.xml?rev=981375&r1=981374&r2=981375&view=diff
==============================================================================
--- incubator/oodt/trunk/workflow/pom.xml (original)
+++ incubator/oodt/trunk/workflow/pom.xml Mon Aug  2 05:46:31 2010
@@ -77,6 +77,23 @@ the License.
           </execution>
         </executions>
       </plugin>    
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/src/testdata/myScript-Output.txt</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
   <repositories>