AlexanderAshitkin commented on code in PR #34:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/34#discussion_r1057395224


##########
src/main/java/org/apache/maven/buildcache/xml/CacheConfigImpl.java:
##########
@@ -81,6 +81,7 @@ public class CacheConfigImpl implements 
org.apache.maven.buildcache.xml.CacheCon
     public static final String CONFIG_PATH_PROPERTY_NAME = 
"maven.build.cache.configPath";
     public static final String CACHE_ENABLED_PROPERTY_NAME = 
"maven.build.cache.enabled";
     public static final String CACHE_LOCATION_PROPERTY_NAME = 
"maven.build.cache.location";
+    public static final String REMOTE_URL_PROPERTY_NAME = 
"maven.build.cache.remoteUrl";

Review Comment:
   Yes, with this change is to set remote cache url from command line in 
integration tests to test remote cache interactions using WireMock. The change 
allows to use using dynamic WireMock ports to prevent port conflicts in tests



-- 
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: issues-unsubscr...@maven.apache.org

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

Reply via email to