You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/08/01 22:13:03 UTC

[8/8] git commit: rat should ignore .repository (which is used by jenkins-mvn for instance)

rat should ignore .repository (which is used by jenkins-mvn for instance)


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8b5d48ac
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8b5d48ac
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8b5d48ac

Branch: refs/heads/master
Commit: 8b5d48ac225029d794de745b51b068937bb53055
Parents: 491eb60
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Fri Aug 1 16:08:55 2014 -0400
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Fri Aug 1 16:12:17 2014 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8b5d48ac/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec3b713..75c8581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1033,6 +1033,7 @@
                   <!-- see https://issues.apache.org/jira/browse/RAT-107 -->
                   <exclude>**/.git/**</exclude>
                   <exclude>**/.gitignore</exclude>
+                  <exclude>**/.repository/**</exclude>
                   <exclude>**/.idea/**</exclude>
                   <exclude>**/*.iml</exclude>
                   <exclude>**/.classpath/**</exclude>