You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/04/05 08:49:29 UTC

[10/11] maven-scm git commit: rat exclude .travis.yml

rat exclude .travis.yml

Signed-off-by: olivier lamy <ol...@apache.org>


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

Branch: refs/heads/master
Commit: 083b629a8e444b16a185b67ba70dd92118e2d0ee
Parents: cb9c006
Author: olivier lamy <ol...@apache.org>
Authored: Tue Apr 5 16:45:57 2016 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Apr 5 16:45:57 2016 +1000

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


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/083b629a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 51f6d66..c5821ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,6 +350,7 @@
               <exclude>src/main/resources/tck/**</exclude>
               <exclude>.java-version</exclude>
               <exclude>.repository/**</exclude><!-- for CI -->
+              <exclude>.travis.yml </exclude>
             </excludes>
           </configuration>
         </plugin>