diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-15 08:01:06 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-15 08:01:06 +0000 |
commit | 1899df0bf7b6b6c226af31ceeccf73bbb14fa0e7 (patch) | |
tree | 07876bb382a84df9e0930d8f8a2da24f014727f5 | |
parent | de64a50f0bd022e0cf2f9f4e1942bf55e7ae6c2a (diff) |
Move the rat plugin run to the distribution itests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954741 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/pom.xml b/sca-java-2.x/trunk/distribution/all/pom.xml index cee48eed0c..ef94bfbd08 100644 --- a/sca-java-2.x/trunk/distribution/all/pom.xml +++ b/sca-java-2.x/trunk/distribution/all/pom.xml @@ -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> |