lambdaisland / open-source

A collection of Clojure/ClojureScript tools and libraries
44 stars 5 forks source link

Support :old-group-id #10

Closed kamilwaheed closed 2 years ago

kamilwaheed commented 2 years ago

This PR addresses #9.

When :old-group-id is given to release, after deploying the main artifact, creates a temp directory with a pom.xml for :old-group-id having a single dependency on the main library, and does mvn deploy from there. Afterwards, it cleans up the temp directory.

plexus commented 2 years ago

Looks good! Thanks!