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/cc9b60eb Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cc9b60eb Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cc9b60eb Branch: refs/heads/refactor-openwire Commit: cc9b60ebca05e40554be8b5cc64a05e6dc8be0a2 Parents: 0dbfa55 Author: Clebert Suconic <[email protected]> Authored: Wed Feb 24 13:53:44 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Sun Feb 28 22:31:23 2016 -0500 ---------------------------------------------------------------------- tests/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cc9b60eb/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>
