Steffens, Tammo - ENCOWAY <tammo.steff...@encoway.de.invalid> wrote: > Hi, I am currently trying to use the maven build cache extension. I wanted > to ask if there is any way to include the extension config itself as part of > the hash for every module. Because when I change the configuration, I want to > invalidate old artifacts from the cache. Is there any known way to do it?
Have you tried via maven.build.cache.input? https://maven.apache.org/extensions/maven-build-cache-extension/parameters.html#project-level-properties Nils.