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

Collapse repeated surefire plugin entries #19088

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Sep 19, 2023

This removes warnings generated by maven:

[WARNING]
[WARNING] Some problems were encountered while building the effective model for io.trino:trino-parquet:jar:427-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 222, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for io.trino:trino-kinesis:trino-plugin:427-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ line 213, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

@wendigo wendigo merged commit 78d8f9e into trinodb:master Sep 19, 2023
58 checks passed
@wendigo wendigo deleted the serafin/fix-multiple-plugin-entries branch September 19, 2023 11:54
@github-actions github-actions bot added this to the 427 milestone Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants