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

Fixes native:metadata-copy Maven Goal not available in Spring Boot Starter #571

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Fixes native:metadata-copy Maven Goal not available in Spring Boot Starter #571

merged 1 commit into from
Sep 26, 2023

Conversation

linghengqian
Copy link
Contributor

@linghengqian linghengqian commented Sep 22, 2023

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style
  • Refactor
  • Doc
  • Other, please describe:

The description of the PR:

Other information:

  • According to GraalVM Team's unit tests for GraalVM Native Build Tools, this PR defines pluginManagement in the new Maven Profile to manage Maven Executions for GraalVM Native Build Tools. For submodules that need to capture GraalVM Reachability Metadata and do nativeTest, the Maven plugin of GraalVM Native Build Tools is introduced separately.

@linghengqian linghengqian marked this pull request as ready for review September 22, 2023 10:36
Copy link
Contributor Author

@linghengqian linghengqian left a comment

Choose a reason for hiding this comment

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

@huayanYu huayanYu merged commit d9d3b58 into baomidou:master Sep 26, 2023
@linghengqian linghengqian deleted the fix-metadata-copy branch September 26, 2023 06:28
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.

Provides built-in GraalVM Reachability Metadata and submit the library information to the GRM central repo
2 participants