Updated Branches: refs/heads/master 7c16292da -> f4c70f77e
JCLOUDS-24. Fixing .repository in CloudBees builds. Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/f4c70f77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/f4c70f77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/f4c70f77 Branch: refs/heads/master Commit: f4c70f77e578009cbdd2f1d87acc22c9c91fddf9 Parents: 7c16292 Author: Andrew Bayer <[email protected]> Authored: Fri May 10 16:55:13 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Sun May 12 07:40:04 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/f4c70f77/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 388353c..1810c25 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> <inherited>false</inherited> <executions> <execution> @@ -85,6 +84,7 @@ <exclude>**/.checkstyle</exclude> <exclude>**/target/**</exclude> <exclude>demos/getpath/src/test/resources/log4j.xml</exclude> + <exclude>.repository/**</exclude> <!-- binary --> </excludes> </configuration>
