Repository: qpid-jms Updated Branches: refs/heads/master 564d8eabc -> dfc84e110
NO-JIRA: add travis config to RAT excludes Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/dfc84e11 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/dfc84e11 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/dfc84e11 Branch: refs/heads/master Commit: dfc84e110c808249a285b1900668eb4137f721ef Parents: 564d8ea Author: Robert Gemmell <[email protected]> Authored: Fri Jun 26 20:22:24 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Fri Jun 26 20:22:24 2015 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/dfc84e11/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af10a5d..22bce64 100644 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,7 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> + <exclude>.travis.yml</exclude> <exclude>**/*.md</exclude> <exclude>**/*.txt</exclude> <exclude>etc/org.eclipse.*</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
