You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jc...@apache.org on 2007/01/04 09:04:39 UTC

svn commit: r492438 - /directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml

Author: jconlon
Date: Thu Jan  4 00:04:38 2007
New Revision: 492438

URL: http://svn.apache.org/viewvc?view=rev&rev=492438
Log:
Fixed problem with changing frameworks via profiles.

Modified:
    directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml

Modified: directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml?view=diff&rev=492438&r1=492437&r2=492438
==============================================================================
--- directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml (original)
+++ directory/sandbox/jconlon/osgi-services/logging-service-integration-test/pom.xml Thu Jan  4 00:04:38 2007
@@ -98,7 +98,19 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
-					<skip>true</skip>
+					<skip>true</skip>
+					<systemProperties>
+            			<property>
+              				<name>org.springframework.osgi.test.framework</name>
+              				<value>${osgi.test.platform}</value>
+            			</property>
+            			<!--
+            			<property>
+              				<name>org.osgi.vendor.framework</name>
+              				<value>${org.osgi.vendor.framework}</value>
+            			</property>
+            			-->
+          			</systemProperties>
 				</configuration>
 				<executions>
 					<execution>