Backport #12874: Strip executable() conditions from consumer POMs - #12960
Merged
Conversation
The executable() function evaluates against the local system PATH, making profile activation environment-dependent. When such conditions survive into published consumer POMs, downstream consumers silently evaluate them against their own PATH, producing non-reproducible builds. Strip the entire condition string when it contains an executable() call during DefaultConsumerPomBuilder processing. This applies to all three transform paths: transformNonPom and transformBom (via prune()), and transformPom (directly). When no other activation triggers remain after stripping, the activation is removed entirely. Closes #12570 Co-authored-by: Claude Opus 4.6 <[email protected]>
gnodet
force-pushed
the
backport/12570-strip-executable-4.0.x
branch
from
August 31, 2026 01:59
9bb8195 to
2904965
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport of #12874 to
maven-4.0.x.executable()profile activation conditions from consumer POMs, since these are build-time-only conditions that should not leak into published POMsCloses #12570
🤖 Generated with Claude Code