-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
New feature, improvement proposal
Problem Statement
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.
Solution Proposal
Would it be possible to allow overriding the global runAlways plugins on project level by adding another project level property as described here?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request