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

boot uber fails if dependency tree contains POM artifacts #291

Closed
wagjo opened this issue Sep 15, 2015 · 1 comment
Closed

boot uber fails if dependency tree contains POM artifacts #291

wagjo opened this issue Sep 15, 2015 · 1 comment

Comments

@wagjo
Copy link
Contributor

wagjo commented Sep 15, 2015

Minimal example:
boot -d org.apache.jena/jena-text:3.0.0 -- pom -p my-project -v 0.1.0 -- uber

fails with clojure.lang.ExceptionInfo: java.util.zip.ZipException: error in opening zip file

jena-text depends on org.apache.jena/apache-jena-libs:3.0.0 which is a POM artifact - it does not contain any .jar per se. uber task should correctly handle such dependencies.

@micha
Copy link
Contributor

micha commented Oct 24, 2015

I believe this has been fixed with #292. Please reopen if this is not the case. Thanks!

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