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

JAR files published on Maven Central are empty #3130

Closed
lpellegr opened this issue Jul 13, 2015 · 2 comments
Closed

JAR files published on Maven Central are empty #3130

lpellegr opened this issue Jul 13, 2015 · 2 comments

Comments

@lpellegr
Copy link

It seems that all JAR files published on Maven Central after end of January 2015 are empty (they contain a META-INF folder only).

You can check it by using the following URLs:

Is it normal? are artifacts published in another repository?

@mkristian mkristian added this to the Invalid or Duplicate milestone Jul 13, 2015
@mkristian
Copy link
Member

this is how it is wanted. either just use the pom dependency which will have the actual jruby-core and jruby-stdlib as dependencies. or ignore the empty jar or use jruby-complete which is basically all the transitive dependencies of org.jruby:jruby combined into one fat-jar or uber-jar.

having the empty jar here makes it easier to declare jruby as dependency in the maven or gradle or ivy project. you are the first who got confused by this - sorry.

@lpellegr
Copy link
Author

Thank you for the explanations.

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

2 participants