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

Update maven to support latest java version #751

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Update maven to support latest java version #751

merged 2 commits into from
Apr 5, 2024

Conversation

jordanpadams
Copy link
Member

🗒️ Summary

Plugin executions must now be within <pluginManagement> section.

⚙️ Test Data and/or Report

$ mvn site
...
[INFO] Rendering 8 report documents
[INFO] Generating "Dependencies" report  --- maven-project-info-reports-plugin:3.5.0:dependencies
[INFO] Generating "Licenses" report      --- maven-project-info-reports-plugin:3.5.0:licenses
[INFO] Generating "Team" report          --- maven-project-info-reports-plugin:3.5.0:team
[INFO] Generating "Summary" report       --- maven-project-info-reports-plugin:3.5.0:summary
[INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.5.0:scm
[INFO] Generating "Changes" report       --- maven-changes-plugin:2.12.1:changes-report
[WARNING] No issue management URL defined in POM. Links to your issues will not work correctly.
[INFO] Generating "Project Information" report --- maven-site-plugin:4.0.0-M13:project-info
[INFO] Generating "Generated Reports" report --- maven-site-plugin:4.0.0-M13:project-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for PDS4 Information Model 14.5.0-SNAPSHOT:
[INFO]
[INFO] PDS4 Information Model ............................. SUCCESS [  6.224 s]
[INFO] Model DM-Document Maven Plugin ..................... SUCCESS [  3.485 s]
[INFO] Model Ontology ..................................... SUCCESS [  0.316 s]
[INFO] Local Data Dictionary Tool ......................... SUCCESS [  0.638 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.990 s
[INFO] Finished at: 2024-04-04T14:42:36-07:00
[INFO] ------------------------------------------------------------------------
``

## ♻️ Related Issues
<!--
    Reference related issues here and use `Fixes` or `Resolves` in order to automatically close the issue upon merge. For more information on autolinking to tickets see https://docs.github.com/en/github/writing-on-github/autolinked-references-and-urls.

    * for issues in this repo:
        - fixes #1
        - fixes #2
        - refs #3
    * for issues in other repos: NASA-PDS/my_repo#1, NASA-PDS/her_repo#2
-->
Resolves #750

Plugin executions must now be within `<pluginManagement>` section.

Resolves #750
@jordanpadams jordanpadams merged commit 15e1549 into main Apr 5, 2024
2 checks passed
@jordanpadams jordanpadams deleted the i750 branch April 5, 2024 17:13
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.

1 participant