[jboss-osgi-commits] JBoss-OSGI SVN: r93524 - in projects/jboss-osgi/trunk/testsuite: example and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Sep 15 07:28:54 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-15 07:28:54 -0400 (Tue, 15 Sep 2009)
New Revision: 93524

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Use surefile argLine as property from parent

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-09-15 11:28:02 UTC (rev 93523)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-09-15 11:28:54 UTC (rev 93524)
@@ -221,7 +221,6 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <argLine>-Xmx1024m</argLine>
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
               </excludes>

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-15 11:28:02 UTC (rev 93523)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-15 11:28:54 UTC (rev 93524)
@@ -192,7 +192,6 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <argLine>-Xmx1024m</argLine>
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi39/**</exclude>

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-09-15 11:28:02 UTC (rev 93523)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-09-15 11:28:54 UTC (rev 93524)
@@ -179,8 +179,6 @@
           <name>!framework</name>
         </property>
       </activation>
-
-      <!-- default to jbossmc -->
       <dependencies>
         <dependency>
           <groupId>org.jboss.osgi.runtime</groupId>
@@ -189,13 +187,6 @@
           <scope>provided</scope>
         </dependency>
       </dependencies>
-
-      <!--
-        default to felix <properties> <jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties> </properties> <dependencies>
-        <dependency> <groupId>org.jboss.osgi.runtime</groupId> <artifactId>jboss-osgi-runtime-felix</artifactId> <version>${version.jboss.osgi.runtime.felix}</version>
-        <scope>provided</scope> </dependency> </dependencies>
-      -->
-
     </profile>
 
     <!--
@@ -275,6 +266,16 @@
           <scope>provided</scope>
         </dependency>
       </dependencies>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>-Xmx1024m ${surefire.argline.parent}</argLine>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
 
     <!--



More information about the jboss-osgi-commits mailing list