[jboss-cvs] JBossAS SVN: r86978 - in projects/jboss-osgi/trunk/runtime: knopflerfish and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 13:40:16 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-08 13:40:16 -0400 (Wed, 08 Apr 2009)
New Revision: 86978

Modified:
   projects/jboss-osgi/trunk/runtime/equinox/pom.xml
   projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml
Log:
Disable testsuite tests for equinox, knopflerfish

Modified: projects/jboss-osgi/trunk/runtime/equinox/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/equinox/pom.xml	2009-04-08 17:37:05 UTC (rev 86977)
+++ projects/jboss-osgi/trunk/runtime/equinox/pom.xml	2009-04-08 17:40:16 UTC (rev 86978)
@@ -176,73 +176,18 @@
               </execution>
             </executions>
           </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <!--
-      Name:  embedded-tesing
-      Descr: Setup for embedded integration testing
-    -->
-    <profile>
-      <id>embedded-tesing</id>
-      <activation>
-        <property>
-          <name>!jboss.bind.address</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <excludes>
-                <!-- Exclude all testsuite tests -->
-                <exclude>org/jboss/test/osgi/jbosgi*/**</exclude>
-                <exclude>org/jboss/test/osgi/service/**</exclude>
-              </excludes>
+              <includes>
+                <include>org/jboss/test/osgi/equinox/**</include>
+              </includes>
             </configuration>
           </plugin>
         </plugins>
       </build>
     </profile>
 
-    <!--
-      Name:  remote-tesing
-      Descr: Setup for remote integration testing
-    -->
-    <profile>
-      <id>remote-tesing</id>
-      <activation>
-        <property>
-          <name>jboss.bind.address</name>
-        </property>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-client</artifactId>
-          <scope>test</scope>
-          <type>pom</type>
-        </dependency>
-      </dependencies>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <argLine>${surefire.security.args}</argLine>
-              <excludes>
-                <!-- Exclude all testsuite tests -->
-                <exclude>org/jboss/test/osgi/jbosgi*/**</exclude>
-                <exclude>org/jboss/test/osgi/service/**</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
   </profiles>
 
 </project>

Modified: projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml	2009-04-08 17:37:05 UTC (rev 86977)
+++ projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml	2009-04-08 17:40:16 UTC (rev 86978)
@@ -176,73 +176,18 @@
               </execution>
             </executions>
           </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <!--
-      Name:  embedded-tesing
-      Descr: Setup for embedded integration testing
-    -->
-    <profile>
-      <id>embedded-tesing</id>
-      <activation>
-        <property>
-          <name>!jboss.bind.address</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <excludes>
-                <!-- Exclude all testsuite tests -->
-                <exclude>org/jboss/test/osgi/jbosgi*/**</exclude>
-                <exclude>org/jboss/test/osgi/service/**</exclude>
-              </excludes>
+              <includes>
+                <include>org/jboss/test/osgi/knopflerfish/**</include>
+              </includes>
             </configuration>
           </plugin>
         </plugins>
       </build>
     </profile>
 
-    <!--
-      Name:  remote-tesing
-      Descr: Setup for remote integration testing
-    -->
-    <profile>
-      <id>remote-tesing</id>
-      <activation>
-        <property>
-          <name>jboss.bind.address</name>
-        </property>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-client</artifactId>
-          <scope>test</scope>
-          <type>pom</type>
-        </dependency>
-      </dependencies>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <argLine>${surefire.security.args}</argLine>
-              <excludes>
-                <!-- Exclude all testsuite tests -->
-                <exclude>org/jboss/test/osgi/jbosgi*/**</exclude>
-                <exclude>org/jboss/test/osgi/service/**</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
   </profiles>
 
 </project>




More information about the jboss-cvs-commits mailing list