Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MINVOKER-374] Ability to skip project collection #265

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Nov 27, 2024

JIRA issue: MINVOKER-374

This is required for Maven XInclude extension which has pom files which cannot be parsed by stock maven (that's the whole point of the extension).
The invoker plugin loads the POMs to find which files need to be filtered and thus cause the plugin execution to fail.

@gnodet gnodet added this to the 3.9.0 milestone Nov 27, 2024
@gnodet gnodet changed the title Ability to skip project collection [MINVOKER-374] Ability to skip project collection Nov 27, 2024
@gnodet gnodet requested a review from cstamas November 27, 2024 18:35
Comment on lines 220 to 222
@Parameter
private List<String> collectedProjects;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description and since tag will be appreciated

@gnodet gnodet merged commit 7a95d4f into apache:master Dec 5, 2024
20 checks passed
@gnodet gnodet deleted the skip-project-collection branch December 6, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants