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

Fix artifactId in plugin poms #37315

Merged
merged 1 commit into from
Jan 11, 2019

Conversation

alpar-t
Copy link
Contributor

@alpar-t alpar-t commented Jan 10, 2019

Fix the broken artifactId introduced in #32351.
Looks like plugins.withType().whenPlugginAdded doesn't work with projectsEvaluated, probably too late for that hook to be interpreted.
Since we are in a projectsEvaluated hook, it's safe to check for the existence of the plugin at that time rather than use a hook.

Closes #37166.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@alpar-t alpar-t requested a review from rjernst January 10, 2019 16:58
Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

LGTM

@alpar-t alpar-t merged commit 100ef2c into elastic:master Jan 11, 2019
@alpar-t alpar-t deleted the incorrect-artifactId-37166 branch January 11, 2019 09:24
alpar-t added a commit that referenced this pull request Jan 11, 2019
alpar-t added a commit that referenced this pull request Jan 11, 2019
@alpar-t
Copy link
Contributor Author

alpar-t commented Jan 11, 2019

Merged to 6.x: 09eb0c6 and 6.6: dafb93b

@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v6.6.1 v6.7.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect artifactId in x-pack-core Maven pom
5 participants