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

[#1691] work around maven plugin warnings for maven 3.9.6 #1692

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bmarwell
Copy link
Contributor

@bmarwell bmarwell commented Jun 13, 2023

Work done similar to what Jacoco did:
jacoco/jacoco#1438

fixes #1691

@bmarwell bmarwell force-pushed the #1691_maven-plugin-warnings branch from 867f92a to 0fe8363 Compare June 13, 2023 06:44
@@ -67,6 +81,12 @@
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.26</version>
<exclusions>
Copy link
Member

Choose a reason for hiding this comment

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

Do you need to pull in the latest snapshot 1.8.27-SNAPSHOT since you made a change in ci.common?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really, this is intended to be a workaround until ci.common was released. After that, the exclusion can be removed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maven 3.9.2 plugin warnings
2 participants