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

[3.x] Address maven 3.9.2 plugin issues. #7251

Merged
merged 4 commits into from
Aug 9, 2023

Conversation

Tomas-Kraus
Copy link
Member

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 26, 2023
@Tomas-Kraus Tomas-Kraus changed the title [3.x] Issue #6928 - Address maven 3.9.2 plugin issues. [3.x] Address maven 3.9.2 plugin issues. Jul 26, 2023
@Tomas-Kraus Tomas-Kraus linked an issue Jul 26, 2023 that may be closed by this pull request
@romain-grecourt romain-grecourt marked this pull request as ready for review July 27, 2023 04:50
@Tomas-Kraus
Copy link
Member Author

Tomas-Kraus commented Jul 27, 2023

@romain-grecourt I'd like to fix few more things. Unfortunately backport of changeset does not work so I have to update plugins manually and make sure that changes do not break anything.

Edit: There are still some warnings, maybe I'll be able to fix few more:

  • io.helidon.build-tools:helidon-services-plugin - need to release helidon build tools where fix is available
  • io.helidon.build-tools:snakeyaml-codegen-maven-plugin - need to release helidon build tools where fix is available
  • org.codehaus.mojo:jaxb2-maven-plugin:2.5.0 - can't do much with this one
  • org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.14.0 - can't do much with this one
  • org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1 - there is latest version which still triggers warnings
  • org.apache.maven.plugins:maven-javadoc-plugin:3.5.0 - updated to latest
    • Mojo javadoc:jar (org.apache.maven.plugins.javadoc.JavadocJar)
      [WARNING] - Parameter 'isOffline' is read-only, must not be used in configuration - fixed
  • org.commonjava.maven.plugins:directory-maven-plugin:1.0 - there is latest version which still triggers warnings
  • org.jboss.jandex:jandex-maven-plugin:1.2.3 - updated to latest, we have problem with our poms, but fix broke TCK
    Parameter 'classesDir' is read-only, must not be used in configuration - removal causes build failure
  • org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5 - update to later version causes build failure
    Parameter 'localRepository' uses deprecated parameter expression '${localRepository}': ArtifactRepository type is deprecated and its use in Mojos should be avoided.
  • org.apache.maven.plugins:maven-jar-plugin:3.0.2 - update to later version causes build failure
  • org.hibernate.orm.tooling:hibernate-enhance-maven-plugin:6.1.7.Final - update to later version causes build failure

@Tomas-Kraus
Copy link
Member Author

Let's merge it now. Anything else broke the build.

@romain-grecourt romain-grecourt merged commit 724e27e into helidon-io:helidon-3.x Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address maven 3.9.2 plugin issues
2 participants