There should be a facility to create JARs for matchbot: both source JARs and 'uberjars' containing all required dependencies. The latter would allow users to run matchbot with java -jar matchbot-x.x.x-standalone.jar, without needing to have the Clojure compiler installed and the source code for matchbot present.
Further to this, we should explore the possibility of automating the upload of the generated artefacts to Maven Central.
There should be a facility to create JARs for `matchbot`: both source JARs and 'uberjars' containing all required dependencies. The latter would allow users to run `matchbot` with `java -jar matchbot-x.x.x-standalone.jar`, without needing to have the Clojure compiler installed and the source code for `matchbot` present.
Further to this, we should explore the possibility of automating the upload of the generated artefacts to Maven Central.
seabass
added this to the 1.1.0 milestone 1 year ago
There should be a facility to create JARs for
matchbot
: both source JARs and 'uberjars' containing all required dependencies. The latter would allow users to runmatchbot
withjava -jar matchbot-x.x.x-standalone.jar
, without needing to have the Clojure compiler installed and the source code formatchbot
present.Further to this, we should explore the possibility of automating the upload of the generated artefacts to Maven Central.
Resolved in pull requests #9 and #10.