[jboss-cvs] JBossAS SVN: r89460 - projects/jboss-osgi/trunk/husky/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 06:55:13 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-27 06:55:13 -0400 (Wed, 27 May 2009)
New Revision: 89460

Modified:
   projects/jboss-osgi/trunk/husky/testsuite/pom.xml
Log:
Disable Husky tests on Knopflerfish

Modified: projects/jboss-osgi/trunk/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-27 09:46:37 UTC (rev 89459)
+++ projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-27 10:55:13 UTC (rev 89460)
@@ -119,4 +119,33 @@
     </plugins>
   </build>
   
+  <!-- Profiles -->
+  <profiles>
+  
+    <!--
+      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>
+    
+  </profiles>
+  
 </project>




More information about the jboss-cvs-commits mailing list