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/26 15:34:41 UTC

[GitHub] [maven-build-cache-extension] eltsovalex commented on pull request #24: added possibility to skip cache lookup per project or globally

eltsovalex commented on PR #24:
URL: https://github.com/apache/maven-build-cache-extension/pull/24#issuecomment-1228645084

   Sorry, I do not have an MNG number yet to add as a proper commit comment
   But basically this PR is about adding 2 new features which are required to use this extension in yet another complex multi-module project in Deutsche Bank
   1) ability to skip cache lookup for a particular module or whole project (required to get some modules always built e.g. via a profile - e.g. I have some additional artifacts published by CI). Alternatively it allows an easy "force" rebuild of a whole project 
   The difference with not using cache is that results are put into cache, just current matching versions are not taken from caches
   
   2) ability to disable generated source restoration on a per-module level. This is required to overcome issues with some weird Maven plugins which go nuts when cached generated sources are present and produce incorrect build result


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