gnodet commented on code in PR #34: URL: https://github.com/apache/maven-build-cache-extension/pull/34#discussion_r1028932294
########## 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: Are those changes related to this PR ? -- 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