You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2010/04/19 04:46:40 UTC

svn commit: r935436 - in /servicemix/smx4: features/trunk/pom.xml nmr/trunk/pom.xml

Author: ccustine
Date: Mon Apr 19 02:46:40 2010
New Revision: 935436

URL: http://svn.apache.org/viewvc?rev=935436&view=rev
Log:
Update to more recent rat plugin

Modified:
    servicemix/smx4/features/trunk/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=935436&r1=935435&r2=935436&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Mon Apr 19 02:46:40 2010
@@ -791,9 +791,9 @@
           <build>
               <plugins>
                   <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.6</version>
                       <executions>
                           <execution>
                               <phase>verify</phase>
@@ -804,6 +804,7 @@
                       </executions>
                       <configuration>
                           <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+                          <excludeSubProjects>false</excludeSubProjects>
                           <excludes>
                               <exclude>**/target/**/*</exclude>
                               <!-- IDEA files -->
@@ -813,6 +814,7 @@
                               <!-- Eclipse files -->
                               <exclude>**/.*</exclude>
                               <exclude>**/eclipse-classes/**/*</exclude>
+                              <exclude>**/dependency-reduced-pom.xml</exclude>
                           </excludes>
                       </configuration>
                   </plugin>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=935436&r1=935435&r2=935436&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Apr 19 02:46:40 2010
@@ -982,9 +982,9 @@
           <build>
               <plugins>
                   <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.6</version>
                       <executions>
                           <execution>
                               <phase>verify</phase>
@@ -995,6 +995,7 @@
                       </executions>
                       <configuration>
                           <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+                          <excludeSubProjects>false</excludeSubProjects>
                           <excludes>
                               <exclude>**/target/**/*</exclude>
                               <!-- IDEA files -->
@@ -1004,6 +1005,7 @@
                               <!-- Eclipse files -->
                               <exclude>**/.*</exclude>
                               <exclude>**/eclipse-classes/**/*</exclude>
+                              <exclude>**/dependency-reduced-pom.xml</exclude>
                           </excludes>
                       </configuration>
                   </plugin>