You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure Maven Plugin
I'm creating a shared jar, however it has all it's own deps in the JAR. This is causing conflicts when including in other projects. Is there a setting to package only the project files themselves and not all the deps too?
Thanks,
Steve
Mark Derricutt
unread,
Mar 14, 2016, 6:22:48 PM3/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure Maven Plugin
You may be getting hit by the long standing clojure bug/problem when AOTing that Clojure writes ALL .class files to the target directory.
I thought we'd resolved this but it seems https://github.com/talios/clojure-maven-plugin/pull/43 is still outstanding from 2011 which makes me feel very sad. I hope to pull this in finally this week sometime ( this is the second time someone asked about this issue this week ) and get another release out.
This however isn't quite the same as an uberjar tho, so maybe you're talking about something else?