[jboss-cvs] JBossAS SVN: r92626 - projects/jboss-osgi/trunk/reactor/runtime/jbossmc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 20 15:37:30 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-08-20 15:37:30 -0400 (Thu, 20 Aug 2009)
New Revision: 92626

Modified:
   projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml
Log:
Skip remote testing

Modified: projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml	2009-08-20 19:36:24 UTC (rev 92625)
+++ projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml	2009-08-20 19:37:30 UTC (rev 92626)
@@ -138,19 +138,26 @@
   <profiles>
 
     <!--
-      Name: framework-default 
-      Descr: Setup for default framework integration testing
+      Name: remote-testing 
+      Descr: Setup for remote integration testing
     -->
     <profile>
-      <id>framework-default</id>
+      <id>remote-testing</id>
       <activation>
         <property>
-          <name>!framework</name>
+          <name>target.container</name>
         </property>
       </activation>
-      <properties>
-        <jboss.osgi.framework.properties>jboss-osgi-jbossmc.properties</jboss.osgi.framework.properties>
-      </properties>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <skipTests>true</skipTests>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
 
   </profiles>




More information about the jboss-cvs-commits mailing list