We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to use one jmod in another, your example does not reuse modules between them.
The text was updated successfully, but these errors were encountered:
The idea at the moment for JMOD files is only for link time see the original JEP
JMOD files can be used at compile time and link time, but not at run time.
That means you can't use them as a dependency from one jmod file to another jmod file as you can do with jar files...
Sorry, something went wrong.
Then it would better for maven module with <packaging>jmod</packaging> to produce usual jar as well, so it can be used as usually.
<packaging>jmod</packaging>
Currently there is no jar in output for jmod maven module.
No branches or pull requests
How to use one jmod in another, your example does not reuse modules between them.
The text was updated successfully, but these errors were encountered: