Fork me on GitHub
#depstar
<
2021-08-07
>
tengstrand20:08:38

Can depstar be used to upload jar files to Clojars?

seancorfield20:08:23

No, just to create them. You need something like deps-deploy for the upload.

tengstrand20:08:15

Okay, thanks!

seancorfield20:08:29

(all my projects on GH use deps-deploy -- and clj-new creates a lib project that includes a :deploy alias for that, plus I think the polylith project it creates has that for one of the projects?)

tengstrand21:08:43

Yes, it uses deps-deploy in the deployer component. I relies on a pom.xml file also. I want to upload a jar file that I build manually (right now) from a Java codebase that I have forked. I need to look into this and see what will be the easies way forward. Maybe I should publish it on the Maven Central repo instead, because it’s compiled Java code.

seancorfield21:08:37

I meant the polylith projects that clj-new creates but good to know you're also using it in Polylith itself. Is this Java project related to Clojure stuff?

tengstrand04:08:09

No, only used by the poly tool.

seancorfield04:08:06

Then Clojars is fine for it