Mobe91 opened a new issue, #396: URL: https://github.com/apache/maven-build-cache-extension/issues/396
### New feature, improvement proposal Would it be possible to allow overriding the global runAlways plugins on project level by adding another project level property as described [here](https://maven.apache.org/extensions/maven-build-cache-extension/parameters.html#project-level-properties)? My use case is a multi-module project containing multiple modules with WAR packaging. I would like to make sure that the main WAR that includes other WARs is repackaged even if the cache kicks in because it needs to include updated versioning information in the final WAR artifact (using spring-boot-maven-plugin:build-info). So, the maven-war-plugin should run always for the main WAR, but not for the other WARs. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
