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

Maven Toolchain Support #611

Open
albertattard opened this issue Jul 26, 2024 · 2 comments
Open

Maven Toolchain Support #611

albertattard opened this issue Jul 26, 2024 · 2 comments
Labels
enhancement New feature or request maven-plugin Related to Maven plugin

Comments

@albertattard
Copy link
Contributor

Hi,

Could you please support the Maven Toolchain?

Ideally, it would be great if the same GraalVM used to compile the Java code could also be used to build the native executable, without depending on the host.

Thank you in advance.

@albertattard albertattard added the enhancement New feature or request label Jul 26, 2024
@vjovanov
Copy link
Member

vjovanov commented Sep 2, 2024

@albertattard thanks for bringing this up. @alvarosanchez how would you see this going forward? Are there any obvious blockers ?

@alvarosanchez
Copy link
Member

I don't see any blockers. There is a ToolchainManager component that can be used in the MOJOs. Then the user should be able to specify a custom toolchain. More info at https://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/custom.html

That said, I only assign GitHub issues that I plan to work on in the short term, and this is not the case here.

@alvarosanchez alvarosanchez removed their assignment Sep 2, 2024
@vjovanov vjovanov added the maven-plugin Related to Maven plugin label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maven-plugin Related to Maven plugin
Projects
None yet
Development

No branches or pull requests

3 participants