You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/06 16:11:43 UTC

[1/2] activemq-artemis git commit: Exclude keystore types from RAT check

Repository: activemq-artemis
Updated Branches:
  refs/heads/master b6dfa9a87 -> 179903fe7


Exclude keystore types from RAT check


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/33037254
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/33037254
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/33037254

Branch: refs/heads/master
Commit: 330372542bdc9d06efc4f508bee223632a7bb34d
Parents: b6dfa9a
Author: jbertram <jb...@apache.org>
Authored: Wed May 6 08:38:05 2015 -0500
Committer: jbertram <jb...@apache.org>
Committed: Wed May 6 08:38:18 2015 -0500

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/33037254/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b3d68d3..5bf0be8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -913,6 +913,8 @@
                   <exclude>**/target/</exclude>
                   <exclude>**/META-INF/services/*</exclude>
                   <exclude>**/*.iml</exclude>
+                  <exclude>**/*.jceks</exclude>
+                  <exclude>**/*.jks</exclude>
                   <exclude>**/org/apache/activemq/artemis/utils/json/**</exclude>
                   <exclude>**/org/apache/activemq/artemis/utils/Base64.java</exclude>
                   <exclude>ratReport.txt</exclude>


[2/2] activemq-artemis git commit: This closes #230 on PR checks and RAT checks

Posted by cl...@apache.org.
This closes #230 on PR checks and RAT checks


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/179903fe
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/179903fe
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/179903fe

Branch: refs/heads/master
Commit: 179903fe7df48cdac0c060efdb7cfb8d84c66fa1
Parents: b6dfa9a 3303725
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 6 10:11:21 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 6 10:11:21 2015 -0400

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------