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 2016/03/01 17:38:40 UTC

[44/52] [abbrv] activemq-artemis git commit: adding profile openwire-tests (to replace activemq5-unit-tests

adding profile openwire-tests (to replace activemq5-unit-tests


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

Branch: refs/heads/refactor-openwire
Commit: f3724f273111438efb2150a358ffa5bebbab77b3
Parents: 190d88c
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Feb 24 13:53:44 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Mar 1 11:37:32 2016 -0500

----------------------------------------------------------------------
 tests/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/f3724f27/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index bb54b95..630da1e 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -84,6 +84,7 @@
          </modules>
       </profile>
       <profile>
+         <!-- deprecated: use openwire-tests -->
          <id>activemq5-unit-tests</id>
          <modules>
             <module>activemq5-unit-tests</module>
@@ -93,6 +94,15 @@
          </properties>
       </profile>
       <profile>
+         <id>openwire-tests</id>
+         <modules>
+            <module>activemq5-unit-tests</module>
+         </modules>
+         <properties>
+            <skipActiveMQ5Tests>false</skipActiveMQ5Tests>
+         </properties>
+      </profile>
+      <profile>
          <id>release</id>
          <modules>
             <module>activemq5-unit-tests</module>