You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/08/26 12:40:43 UTC

svn commit: r1697877 - /aries/trunk/jmx/pom.xml

Author: davidb
Date: Wed Aug 26 10:40:42 2015
New Revision: 1697877

URL: http://svn.apache.org/r1697877
Log:
Temporary disable itests for release as they contain snapshot dependencies

Modified:
    aries/trunk/jmx/pom.xml

Modified: aries/trunk/jmx/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/pom.xml?rev=1697877&r1=1697876&r2=1697877&view=diff
==============================================================================
--- aries/trunk/jmx/pom.xml (original)
+++ aries/trunk/jmx/pom.xml Wed Aug 26 10:40:42 2015
@@ -44,7 +44,9 @@
         <module>jmx-blueprint-core</module>
         <module>jmx-bundle</module>
         <module>jmx-blueprint-bundle</module>
+        <!-- Temporary disable itests for release as they contain snapshot dependencies
         <module>jmx-itests</module>
+        -->
     </modules>
 
 </project>