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 07:52:53 UTC

svn commit: r979546 - /incubator/oodt/trunk/pge/pom.xml

Author: woollard
Date: Tue Jul 27 05:52:53 2010
New Revision: 979546

URL: http://svn.apache.org/viewvc?rev=979546&view=rev
Log:
adding RAT to verification. clean bill of health with current excludes. toward OODT-3

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

Modified: incubator/oodt/trunk/pge/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pge/pom.xml?rev=979546&r1=979545&r2=979546&view=diff
==============================================================================
--- incubator/oodt/trunk/pge/pom.xml (original)
+++ incubator/oodt/trunk/pge/pom.xml Tue Jul 27 05:52:53 2010
@@ -64,6 +64,23 @@ the License.
             </goals>
           </execution>
         </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/resources/examples/**</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>    
     </plugins>
   </build>