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

Allow to disable warning for specific lifecycle participants. #4630

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

sdedic
Copy link
Member

@sdedic sdedic commented Sep 13, 2022

During implementation I have found that our Maven support warns if certain plugins are included in the project - since their code should be called after project load, or maven session open, that can have unexpected effects.

This PR adds a way how one can disable such a project warning - and fixes Micronaut support to disable the warning for harmless extensions (that do nothing important in their afterProjectsRead etc handlers).

@sdedic sdedic added enhancement Maven [ci] enable "build tools" tests labels Sep 13, 2022
@sdedic sdedic requested a review from dbalek September 13, 2022 13:49
@sdedic sdedic self-assigned this Sep 13, 2022
Copy link
Contributor

@dbalek dbalek left a comment

Choose a reason for hiding this comment

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

Looks reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Maven [ci] enable "build tools" tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants