Author: antelder
Date: Tue Jun 15 08:01:06 2010
New Revision: 954741

URL: http://svn.apache.org/viewvc?rev=954741&view=rev
Log:
Move the rat plugin run to the distribution itests

Modified:
    tuscany/sca-java-2.x/trunk/distribution/all/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/all/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/pom.xml?rev=954741&r1=954740&r2=954741&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/all/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/all/pom.xml Tue Jun 15 08:01:06 2010
@@ -121,29 +121,6 @@
                              </execution>
                          </executions>
                      </plugin>
-                    <plugin>
-                        <groupId>org.apache.rat</groupId>
-                        <artifactId>apache-rat-plugin</artifactId>
-                        <version>0.6</version>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                           
<basedir>target\apache-tuscany-sca-all-2.0-SNAPSHOT.dir</basedir>
-                           <excludeSubProjects>false</excludeSubProjects>
-                           <excludes> 
-                              <exclude>CHANGES</exclude>
-                              <exclude>**/*.mf</exclude>
-                              
<exclude>features/configuration/config.ini</exclude>
-                           </excludes>
-                           <!-- excludes doesn't seem to work so use explicit 
count for now --> 
-                           <numUnapprovedLicenses>105</numUnapprovedLicenses>
-                        </configuration>
-                    </plugin>
                 </plugins>
             </build>
         </profile>


Reply via email to