Repository: qpid-jms Updated Branches: refs/heads/master 205c976ce -> 71716b8db
NO-JIRA: update RAT exclude to reflect the current naming of the test key/trust stores Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/71716b8d Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/71716b8d Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/71716b8d Branch: refs/heads/master Commit: 71716b8dbe7df9f68b1f53fbc62cee72787c7b9d Parents: 205c976 Author: Robert Gemmell <[email protected]> Authored: Tue Jun 23 18:29:00 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Tue Jun 23 18:29:00 2015 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/71716b8d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6263f44..af10a5d 100644 --- a/pom.xml +++ b/pom.xml @@ -253,8 +253,8 @@ <exclude>**/*.lock</exclude> <exclude>**/META-INF/services/*</exclude> <exclude>**/*.iml</exclude> - <exclude>**/*.jceks</exclude> - <exclude>**/*.jks</exclude> + <exclude>**/*.keystore</exclude> + <exclude>**/*.truststore</exclude> <exclude>**/*.crt</exclude> <exclude>**/*.csr</exclude> </excludes> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
