rat exclude .travis.yml Signed-off-by: olivier lamy <[email protected]>
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 <[email protected]> Authored: Tue Apr 5 16:45:57 2016 +1000 Committer: olivier lamy <[email protected]> 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>
