[jboss-cvs] JBossAS SVN: r105670 - trunk/embedded.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 3 12:38:24 EDT 2010


Author: ALRubinger
Date: 2010-06-03 12:38:23 -0400 (Thu, 03 Jun 2010)
New Revision: 105670

Modified:
   trunk/embedded/pom.xml
Log:
[JBAS-8065] Run Embedded integration tests by default unless sysprop "skipEmbedded" is specified

Modified: trunk/embedded/pom.xml
===================================================================
--- trunk/embedded/pom.xml	2010-06-03 16:29:01 UTC (rev 105669)
+++ trunk/embedded/pom.xml	2010-06-03 16:38:23 UTC (rev 105670)
@@ -132,7 +132,9 @@
     <profile>
       <id>embedded</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
+        <property>
+          <name>!skipEmbedded</name>
+        </property>
       </activation>
       <build>
         <plugins>




More information about the jboss-cvs-commits mailing list