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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 3 17:19:53 EDT 2010


Author: ALRubinger
Date: 2010-06-03 17:19:52 -0400 (Thu, 03 Jun 2010)
New Revision: 105680

Modified:
   trunk/embedded/pom.xml
Log:
[JBAS-8065] Use traditional Surefire config props to keep the Embedded integration test from running

Modified: trunk/embedded/pom.xml
===================================================================
--- trunk/embedded/pom.xml	2010-06-03 20:47:29 UTC (rev 105679)
+++ trunk/embedded/pom.xml	2010-06-03 21:19:52 UTC (rev 105680)
@@ -132,9 +132,7 @@
     <profile>
       <id>embedded</id>
       <activation>
-        <property>
-          <name>!skipEmbedded</name>
-        </property>
+        <activeByDefault>true</activeByDefault>
       </activation>
       <build>
         <plugins>




More information about the jboss-cvs-commits mailing list