Skip to content

Allow overriding runAlways plugins on project level #396

@Mobe91

Description

@Mobe91

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions