[jboss-cvs] JBossAS SVN: r90694 - projects/jboss-osgi/trunk/blueprint/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 30 08:53:50 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-06-30 08:53:50 -0400 (Tue, 30 Jun 2009)
New Revision: 90694

Modified:
   projects/jboss-osgi/trunk/blueprint/testsuite/pom.xml
Log:
explicitly disable for equinox and knopflerfish

Modified: projects/jboss-osgi/trunk/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/blueprint/testsuite/pom.xml	2009-06-30 12:48:27 UTC (rev 90693)
+++ projects/jboss-osgi/trunk/blueprint/testsuite/pom.xml	2009-06-30 12:53:50 UTC (rev 90694)
@@ -144,14 +144,15 @@
   <profiles>
   
     <!--
-      Name: explicit-framework
-      Descr: Setup for framework integration testing
+      Name: framework-equinox
+      Descr: Setup for Equinox framework integration testing
     -->
     <profile>
-      <id>explicit-framework</id>
+      <id>framework-equinox</id>
       <activation>
         <property>
           <name>framework</name>
+          <value>equinox</value>
         </property>
       </activation>
       <build>
@@ -167,6 +168,30 @@
     </profile>
     
     <!--
+      Name: framework-knopflerfish
+      Descr: Setup for Knopflerfish framework integration testing
+    -->
+    <profile>
+      <id>framework-knopflerfish</id>
+      <activation>
+        <property>
+          <name>framework</name>
+          <value>knopflerfish</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <skipTests>true</skipTests>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
+    <!--
       Name: remote-testing 
       Descr: Setup for remote integration testing
     -->




More information about the jboss-cvs-commits mailing list