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/648795d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/648795d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/648795d7 Branch: refs/heads/1.5.x Commit: 648795d7434748c7b0347942d685add14dbd3819 Parents: 46e2f00 Author: Andrew Bayer <[email protected]> Authored: Fri May 10 16:55:13 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Sun May 12 07:38:19 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/648795d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1501bc3..97bfe3f 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> <inherited>false</inherited> <executions> <execution> @@ -86,6 +85,7 @@ <exclude>**/.checkstyle</exclude> <exclude>**/target/**</exclude> <exclude>demos/getpath/src/test/resources/log4j.xml</exclude> + <exclude>.repository/**</exclude> <!-- binary --> </excludes> </configuration>
