You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2009/09/22 16:33:56 UTC

svn commit: r817675 - /incubator/shindig/trunk/pom.xml

Author: lindner
Date: Tue Sep 22 14:33:56 2009
New Revision: 817675

URL: http://svn.apache.org/viewvc?rev=817675&view=rev
Log:
SHINDIG-1171 | Update to apache-rat-plugin 0.6

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=817675&r1=817674&r2=817675&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue Sep 22 14:33:56 2009
@@ -508,8 +508,13 @@
               <stagingSiteURL>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x/${pom.version}</stagingSiteURL>
             </configuration>
           </plugin>
+         <plugin>
+           <groupId>org.apache.rat</groupId>
+           <artifactId>apache-rat-plugin</artifactId>
+         </plugin>
         </plugins>
       </build>
+
       <reporting>
         <!-- ordered alphabetically by owner -->
         <plugins>
@@ -624,6 +629,43 @@
             </reportSets>
           </plugin>
 
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>0.6</version>
+            <configuration>
+              <excludeSubProjects>false</excludeSubProjects>
+              <excludes>
+                <exclude>**/*.iml</exclude>
+                <exclude>.gitignore</exclude>
+                <exclude>**/.git/**/*</exclude>
+                <exclude>**/README*</exclude>
+                <exclude>**/target/**</exclude>
+                <exclude>**/php/external/**</exclude>
+                <exclude>**/features/swfobject/swfobject.js</exclude>
+                <exclude>**/features/swfobject/swfobject.opt.js</exclude>
+                <exclude>etc/svn-ignores</exclude>
+                <exclude>etc/svn-props</exclude>
+                <exclude>etc/eclipse/shindig.importorder</exclude>
+                <exclude>php/src/common/JsMin.php</exclude>
+                <exclude>php/test/misc/rewriter*.css</exclude>
+                <exclude>php/test/misc/rewriter*.js</exclude>
+                <exclude>php/test/misc/*.html</exclude>
+                <exclude>php/test/misc/*.xml</exclude>
+                <exclude>BUILD-JAVA</exclude>
+                <exclude>COMMITTERS</exclude>
+                <exclude>**/MANIFEST.MF</exclude>
+                <exclude>**/src/test/resources/**/*.html</exclude>
+                <exclude>**/src/test/resources/**/*.css</exclude>
+                <exclude>**/src/test/resources/**/*.json</exclude>
+                <exclude>**/src/test/resources/**/*.xml</exclude>
+                <exclude>**/create.sql</exclude>
+                <exclude>**/drop.sql</exclude>
+                <exclude>**/derby.log</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+
           <!-- Mojo -->
           <!--plugin>
             <groupId>org.codehaus.mojo</groupId>
@@ -646,19 +688,6 @@
             <version>2.0-beta-2</version>
           </plugin>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>
-            <version>1.0-alpha-3</version>
-            <configuration>
-              <includes>
-                <include>**/*.java</include>
-              </includes>
-              <excludes>
-                <exclude>**/jsunit/**/*</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
             <version>2.4.3</version>
@@ -736,6 +765,18 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
       </build>
     </profile>
@@ -963,27 +1004,6 @@
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
-          <artifactId>rat-maven-plugin</artifactId>
-          <version>1.0-alpha-3</version>
-          <executions>
-            <execution>
-              <phase>verify</phase>
-              <goals>
-                <goal>check</goal>
-              </goals>
-            </execution>
-          </executions>
-          <configuration>
-            <includes>
-              <include>**/*.java</include>
-            </includes>
-            <excludes>
-              <exclude>**/jsunit/**/*</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
           <artifactId>taglist-maven-plugin</artifactId>
           <version>2.4</version>
         </plugin>
@@ -1016,6 +1036,42 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.6</version>
+          <configuration>
+            <excludeSubProjects>false</excludeSubProjects>
+            <excludes>
+              <exclude>**/*.iml</exclude>
+              <exclude>.gitignore</exclude>
+              <exclude>**/.git/**/*</exclude>
+              <exclude>**/README*</exclude>
+              <exclude>**/target/**</exclude>
+              <exclude>**/php/external/**</exclude>
+              <exclude>**/features/swfobject/swfobject.js</exclude>
+              <exclude>**/features/swfobject/swfobject.opt.js</exclude>
+              <exclude>etc/svn-ignores</exclude>
+              <exclude>etc/svn-props</exclude>
+              <exclude>etc/eclipse/shindig.importorder</exclude>
+              <exclude>php/src/common/JsMin.php</exclude>
+              <exclude>php/test/misc/rewriter*.css</exclude>
+              <exclude>php/test/misc/rewriter*.js</exclude>
+              <exclude>php/test/misc/*.html</exclude>
+              <exclude>php/test/misc/*.xml</exclude>
+              <exclude>BUILD-JAVA</exclude>
+              <exclude>COMMITTERS</exclude>
+              <exclude>**/MANIFEST.MF</exclude>
+              <exclude>**/src/test/resources/**/*.html</exclude>
+              <exclude>**/src/test/resources/**/*.css</exclude>
+              <exclude>**/src/test/resources/**/*.json</exclude>
+              <exclude>**/src/test/resources/**/*.xml</exclude>
+              <exclude>**/create.sql</exclude>
+              <exclude>**/drop.sql</exclude>
+              <exclude>**/derby.log</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
 
@@ -1085,10 +1141,9 @@
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
 
-      <!-- Mojo -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
       </plugin>
 
       <!-- Misc -->