Enable extra tests in 'extra-tests' profile
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7377672f Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7377672f Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7377672f Branch: refs/heads/master Commit: 7377672fa342cf4d6fe41f3bd32f7a6751657b61 Parents: ca6fb05 Author: jbertram <[email protected]> Authored: Wed May 6 14:18:41 2015 -0500 Committer: jbertram <[email protected]> Committed: Wed May 6 15:37:45 2015 -0500 ---------------------------------------------------------------------- tests/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/7377672f/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 6f8c061..daacd70 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -80,6 +80,9 @@ <modules> <module>extra-tests</module> </modules> + <properties> + <skipExtraTests>false</skipExtraTests> + </properties> </profile> </profiles>
