Updated Branches: refs/heads/1.6.x 7cac0ef1a -> b76cabb82
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/b76cabb8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/b76cabb8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/b76cabb8 Branch: refs/heads/1.6.x Commit: b76cabb824ae3760778146a69cdb1ff4ad781c94 Parents: 7cac0ef 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:26 2013 -0400 ---------------------------------------------------------------------- pom.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/b76cabb8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ecb3534..51742d6 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <inherited>false</inherited> <executions> <execution> <phase>package</phase> @@ -103,7 +102,6 @@ </execution> </executions> <configuration> - <excludeSubProjects>false</excludeSubProjects> <excludes> <!-- expectation files for unit tests --> <exclude>**/src/test/resources/**</exclude>
