reta commented on code in PR #946:
URL: https://github.com/apache/cxf/pull/946#discussion_r871541701
##########
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:
@rotty3000 my apologies, a bit behind pushing the change to master, but yes,
would be great if you could rebase after, thank you (hope to be get it in with
next few hours).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]