You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/08/30 16:03:44 UTC

[GitHub] [maven-build-cache-extension] maximilian-novikov-db commented on a diff in pull request #24: added possibility to skip cache lookup per project or globally

maximilian-novikov-db commented on code in PR #24:
URL: https://github.com/apache/maven-build-cache-extension/pull/24#discussion_r957636674


##########
src/main/java/org/apache/maven/buildcache/xml/CacheConfigImpl.java:
##########
@@ -87,6 +87,16 @@ public class CacheConfigImpl implements org.apache.maven.buildcache.xml.CacheCon
     public static final String RESTORE_GENERATED_SOURCES_PROPERTY_NAME = "maven.build.cache.restoreGeneratedSources";
     public static final String ALWAYS_RUN_PLUGINS = "maven.build.cache.alwaysRunPlugins";
 
+    /**
+     * Flag to control if we should skip lookup for cached artifacts globally r for a particular project even if

Review Comment:
   a typo



-- 
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-unsubscribe@maven.apache.org

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