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


##########
src/main/java/org/apache/maven/buildcache/xml/CacheConfigImpl.java:
##########
@@ -594,7 +595,7 @@ public String getId()
     public String getUrl()
     {
         checkInitializedState();
-        return getRemote().getUrl();
+        return getProperty( REMOTE_URL_PROPERTY_NAME, getRemote().getUrl() );

Review Comment:
   it is used in tests to verify the number of executions



-- 
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