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 23:14:17 UTC

[2/8] activemq-artemis git commit: Enable extra tests in 'extra-tests' profile

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 <jb...@apache.org>
Authored: Wed May 6 14:18:41 2015 -0500
Committer: jbertram <jb...@apache.org>
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>