[jboss-osgi-commits] JBoss-OSGI SVN: r89557 - projects/jboss-osgi/trunk/husky/testsuite.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Sat May 30 11:35:00 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-30 11:35:00 -0400 (Sat, 30 May 2009)
New Revision: 89557

Modified:
   projects/jboss-osgi/trunk/husky/testsuite/pom.xml
Log:
Disable husky testing on equinox

Modified: projects/jboss-osgi/trunk/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-30 15:25:23 UTC (rev 89556)
+++ projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-30 15:35:00 UTC (rev 89557)
@@ -123,6 +123,30 @@
   <profiles>
   
     <!--
+      Name: framework-equinox
+      Descr: Setup for Equinox framework integration testing
+    -->
+    <profile>
+      <id>framework-equinox</id>
+      <activation>
+        <property>
+          <name>framework</name>
+          <value>equinox</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <skipTests>true</skipTests>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <!--
       Name: framework-knopflerfish
       Descr: Setup for Knopflerfish framework integration testing
     -->




More information about the jboss-osgi-commits mailing list