o remove exception for rat plugin
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/5e771fb4 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/5e771fb4 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/5e771fb4 Branch: refs/heads/master Commit: 5e771fb4a425eaabb524181a0378ff5aba8d8463 Parents: 9d6b57c Author: Jason van Zyl <[email protected]> Authored: Sun Jul 21 14:04:11 2013 -0400 Committer: Jason van Zyl <[email protected]> Committed: Sun Jul 21 14:04:11 2013 -0400 ---------------------------------------------------------------------- maven-compat/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/5e771fb4/maven-compat/pom.xml ---------------------------------------------------------------------- diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml index f1d0964..9e7374e 100644 --- a/maven-compat/pom.xml +++ b/maven-compat/pom.xml @@ -84,19 +84,6 @@ </dependencies> <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludes combine.children="append"> - <exclude>compatibility.cfl</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.plexus</groupId>
