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 2017/05/18 13:30:31 UTC

[1/2] activemq-artemis git commit: This closes #1278

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 72ab99fc6 -> cc81cdf45


This closes #1278


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

Branch: refs/heads/master
Commit: cc81cdf45d5cc621b3e32dd9ef1f71b18961665e
Parents: 72ab99f bfc58d1
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu May 18 09:30:18 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu May 18 09:30:18 2017 -0400

----------------------------------------------------------------------
 .gitignore | 5 ++++-
 pom.xml    | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-1129 Fixing tests after client all

Posted by cl...@apache.org.
ARTEMIS-1129 Fixing tests after client all

Shade is generating a file named dependency-reduced-pom.xml
and this is being considered with unaproved license.


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

Branch: refs/heads/master
Commit: bfc58d107917973b2cd970bc2f3061c943e555d1
Parents: 72ab99f
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 17 20:31:29 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu May 18 09:30:18 2017 -0400

----------------------------------------------------------------------
 .gitignore | 5 ++++-
 pom.xml    | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/bfc58d10/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 065f595..9869bc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,9 @@ cmake_install.cmake
 # this file is generated
 artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
 
+# generated by shade
+**/dependency-reduced-pom.xml
+
 # gitbook output
 docs/user-manual/en/_book
-docs/hacking-guide/en/_book
\ No newline at end of file
+docs/hacking-guide/en/_book

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/bfc58d10/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1247df1..01f22de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1332,6 +1332,7 @@
                   <exclude>**/Makefile</exclude>
                   <exclude>**/cmake_install.cmake</exclude>
                   <exclude>artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h</exclude>
+                  <exclude>**/dependency-reduced-pom.xml</exclude>
 
                </excludes>
             </configuration>