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

Reference Bintray packages without "-mod" extension #17

Open
mohlemeyer opened this issue Sep 13, 2013 · 0 comments
Open

Reference Bintray packages without "-mod" extension #17

mohlemeyer opened this issue Sep 13, 2013 · 0 comments

Comments

@mohlemeyer
Copy link

Currently, for the reference from the module registry to a Bintray package to work, the uploaded file on Bintray has to have the form

{module_name}-{version}-mod.zip

although the module identifier is

{owner}~{module_name}~{version}

It is expected to be able to start/include a module by module identifier, e.g.

vertx runmod {owner}~{module_name}~{version}

which is currently not possible. Instead one would have to append "-mod", as in

vertx runmod {owner}~{module_name}~{version}-mod

See a discussion of the issue here.

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

No branches or pull requests

1 participant