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

import jar from Maven coordinates #2401

Open
vietj opened this issue Oct 29, 2015 · 2 comments
Open

import jar from Maven coordinates #2401

vietj opened this issue Oct 29, 2015 · 2 comments

Comments

@vietj
Copy link

vietj commented Oct 29, 2015

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.

@FroMage FroMage added this to the 1.3 milestone Oct 29, 2015
@FroMage
Copy link
Member

FroMage commented Oct 29, 2015

Yes, and it would use the pom.xml dependencies as well, I guess, to produce a module.xml file for it.

The question is should it add it in the jar too? Possibly also generate the OSGi info?

@vietj
Copy link
Author

vietj commented Oct 29, 2015

it should be possible to override module.xml and provide it like the current tool is doing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants