reta commented on code in PR #946:
URL: https://github.com/apache/cxf/pull/946#discussion_r871290492


##########
services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java:
##########
@@ -59,10 +60,10 @@ public Option[] getConfig() {
             systemProperty("BasicSTSIntegrationTest.PORT").value(port),
             editConfigurationFilePut("etc/org.ops4j.pax.web.cfg",
                                     "org.osgi.service.http.port", port),
-            when(!localRepository.isEmpty())
-                
.useOptions(systemProperty("org.ops4j.pax.url.mvn.localRepository").value(localRepository)),
+            
when(!localRepository.isEmpty()).useOptions(editConfigurationFilePut("etc/org.ops4j.pax.url.mvn.cfg",

Review Comment:
   For some reasons, the `systemProperty` is not working but setting it in 
`etc/org.ops4j.pax.url.mvn.cfg` does, I will bring this change to separately 
(if you don't mind).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to