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/e0f8cc30 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/e0f8cc30 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/e0f8cc30 Branch: refs/heads/1.6.x Commit: e0f8cc308a53954f3202144f778a96f46a629c36 Parents: 3923283 Author: Andrew Bayer <[email protected]> Authored: Fri May 10 16:55:13 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Sun May 12 07:37:21 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/e0f8cc30/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da10859..d425b22 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>
