NO-JIRA: update RAT excludes to allow for newer generated SSL test files
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/7923a0eb Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/7923a0eb Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/7923a0eb Branch: refs/heads/master Commit: 7923a0eb745a30ec930fb1e88313c6d58c94ec79 Parents: ac11842 Author: Robert Gemmell <[email protected]> Authored: Fri May 8 17:29:15 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Fri May 8 17:29:42 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7923a0eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6e8bb09..cce601a 100644 --- a/pom.xml +++ b/pom.xml @@ -280,6 +280,8 @@ <exclude>**/*.iml</exclude> <exclude>**/*.jceks</exclude> <exclude>**/*.jks</exclude> + <exclude>**/*.crt</exclude> + <exclude>**/*.csr</exclude> </excludes> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
