You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/02 18:13:17 UTC

commons-collections git commit: pom.xml: rat-plugin: remove now unnecessary "maven-eclipse.xml" and ".travis.yml" exclusions

Repository: commons-collections
Updated Branches:
  refs/heads/master 7166644ff -> df6474ed2


pom.xml: rat-plugin: remove now unnecessary "maven-eclipse.xml" and ".travis.yml" exclusions


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/df6474ed
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/df6474ed
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/df6474ed

Branch: refs/heads/master
Commit: df6474ed2be7220dcc650d8c417a241e18bfaebf
Parents: 7166644
Author: pascalschumacher <pa...@gmx.net>
Authored: Wed Aug 2 20:12:31 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Wed Aug 2 20:12:31 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/df6474ed/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7a84cee..9121281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -651,8 +651,6 @@
           <excludes>
             <exclude>site-content/**/*</exclude>
             <exclude>src/test/resources/data/test/*</exclude>
-            <exclude>maven-eclipse.xml</exclude>
-            <exclude>.travis.yml</exclude>
           </excludes>
         </configuration>
       </plugin>