You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/07/31 12:01:01 UTC

svn commit: r1508796 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Wed Jul 31 10:01:01 2013
New Revision: 1508796

URL: http://svn.apache.org/r1508796
Log:
TOBAGO-1289: Update rat plugin

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1508796&r1=1508795&r2=1508796&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Jul 31 10:01:01 2013
@@ -361,9 +361,9 @@
       </plugin>
 
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.9</version>
       </plugin>
 
       <plugin>
@@ -686,19 +686,10 @@
           </execution>
         </executions>
       </plugin-->
-      <!--plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-
-      </plugin-->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+      </plugin>
       <plugin>
         <artifactId>maven-remote-resources-plugin</artifactId>
         <executions>
@@ -966,9 +957,9 @@
         </plugin>
 
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>rat-maven-plugin</artifactId>
-          <version>1.0-alpha-3</version>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.9</version>
           <configuration>
             <excludes>
               <!-- jQuery -->
@@ -986,6 +977,9 @@
               <exclude>${basedir}/*.iml</exclude>
               <exclude>${basedir}/*.ipr</exclude>
               <exclude>${basedir}/*.iws</exclude>
+
+              <!-- photo shop -->
+              <exclude>**/*.psd</exclude>
             </excludes>
           </configuration>
         </plugin>