Updated Branches: refs/heads/master 522b513c3 -> 9f042821d
JCLOUDS-80. Inherit apache-rat plugin config. Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/commit/9f042821 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/tree/9f042821 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/diff/9f042821 Branch: refs/heads/master Commit: 9f042821dfc0c755f8aef4e49bd92db1472c8359 Parents: 522b513 Author: Andrew Bayer <[email protected]> Authored: Wed May 22 10:26:51 2013 -0400 Committer: Andrew Bayer <[email protected]> Committed: Wed May 22 10:26:51 2013 -0400 ---------------------------------------------------------------------- pom.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-aws/blob/9f042821/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c40f231..7631d1a 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <inherited>false</inherited> <executions> <execution> <phase>package</phase> @@ -88,7 +87,6 @@ </execution> </executions> <configuration> - <excludeSubProjects>false</excludeSubProjects> <excludes> <!-- expectation files for unit tests --> <exclude>**/src/test/resources/**</exclude>
