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
would be nice to be able to do something like:
ceylon import-jar maven:io.vertx:vertx-core:3.1.0.jar
supporting maven coordinates (including classifiers)
that would avoid to have to copy them locally from a maven repository first.
The text was updated successfully, but these errors were encountered:
Yes, and it would use the pom.xml dependencies as well, I guess, to produce a module.xml file for it.
pom.xml
module.xml
The question is should it add it in the jar too? Possibly also generate the OSGi info?
Sorry, something went wrong.
it should be possible to override module.xml and provide it like the current tool is doing
No branches or pull requests
would be nice to be able to do something like:
supporting maven coordinates (including classifiers)
that would avoid to have to copy them locally from a maven repository first.
The text was updated successfully, but these errors were encountered: