You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2014/07/11 08:25:26 UTC

git commit: rat:check fails when building from hudson

Repository: maven
Updated Branches:
  refs/heads/master faa29dee7 -> 830d9cc28


rat:check fails when building from hudson

Signed-off-by: Igor Fedorenko <if...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/830d9cc2
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/830d9cc2
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/830d9cc2

Branch: refs/heads/master
Commit: 830d9cc28086c1eac9e8297c9bf57a6577df149e
Parents: faa29de
Author: Igor Fedorenko <if...@apache.org>
Authored: Fri Jul 11 10:24:51 2014 +0400
Committer: Igor Fedorenko <if...@apache.org>
Committed: Fri Jul 11 10:25:01 2014 +0400

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


http://git-wip-us.apache.org/repos/asf/maven/blob/830d9cc2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e71f558..2461013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,6 +557,7 @@
             <exclude>bootstrap/**</exclude>
             <exclude>README.bootstrap.txt</exclude>
             <exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
+            <exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log -->
           </excludes>
           <!-- maven-parent:24 sets ignore errors, but core is ahead -->
           <ignoreErrors>false</ignoreErrors>