Repository: activemq-6 Updated Branches: refs/heads/master 1e915afad -> 5364ad32f
A few more excludes for RAT plugin Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/5208e768 Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/5208e768 Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/5208e768 Branch: refs/heads/master Commit: 5208e768d1790a52d3ad77fa5172d5468f0032fa Parents: 1e915af Author: jbertram <[email protected]> Authored: Tue Jan 20 10:34:37 2015 -0600 Committer: jbertram <[email protected]> Committed: Tue Jan 20 10:34:37 2015 -0600 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/5208e768/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5ca2d45..931dcf7 100644 --- a/pom.xml +++ b/pom.xml @@ -923,6 +923,8 @@ <exclude>**/*.lock</exclude> <exclude>**/META-INF/services/*</exclude> <exclude>**/*.iml</exclude> + <exclude>**/*.jceks</exclude> + <exclude>**/*.jks</exclude> </excludes> </configuration> <executions>
