Updated Branches: refs/heads/master 61ff7eaee -> e185877db
JCLOUDS-80. Inherit apache-rat plugin config. Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/commit/e185877d Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/e185877d Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/e185877d Branch: refs/heads/master Commit: e185877dbbf17e9a26ec82862d4fe09619f5911e Parents: 61ff7ea Author: Andrew Bayer <[email protected]> Authored: Wed May 22 10:25:26 2013 -0400 Committer: Andrew Bayer <[email protected]> Committed: Wed May 22 10:25:45 2013 -0400 ---------------------------------------------------------------------- pom.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/e185877d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d7be0e..36385e9 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <inherited>false</inherited> <executions> <execution> <phase>package</phase> @@ -94,7 +93,6 @@ </execution> </executions> <configuration> - <excludeSubProjects>false</excludeSubProjects> <excludes> <!-- expectation files for unit tests --> <exclude>**/src/test/resources/**</exclude>
