Skip to content

Instantly share code, notes, and snippets.

@cap10morgan
Created August 13, 2013 19:41
Show Gist options
  • Save cap10morgan/6224894 to your computer and use it in GitHub Desktop.
Save cap10morgan/6224894 to your computer and use it in GitHub Desktop.
output of `lein with-profile production uberjar` under 2.2.0; this produces a working jar file
ᐅ lein with-profile production uberjar
Performing task 'uberjar' with profile(s): 'production'
Compiling mail-batcher.core
Aug 13, 2013 1:36:48 PM com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
Created /Users/wmorgan/dev/mail-batcher/target/production+uberjar+provided/mail-batcher-0.0.1-SNAPSHOT.jar
Including mail-batcher-0.0.1-SNAPSHOT.jar
Including jedis-1.5.2.jar
Including data.json-0.1.2.jar
Including jackson-dataformat-smile-2.1.4.jar
Including jackson-core-2.1.4.jar
Including mysql-connector-java-5.1.24.jar
Including cheshire-5.1.1.jar
Including clojure-csv-2.0.0-alpha2.jar
Including commons-pool-1.5.5.jar
Including tools.logging-0.2.4.jar
Including clj-time-0.5.1-SNAPSHOT.jar
Including clojure-1.5.1.jar
Including snakeyaml-1.5.jar
Including java.jdbc-0.2.3.jar
Including korma-0.3.1-SNAPSHOT.jar
Including joda-time-2.2.jar
Including resque-clojure-0.2.2.jar
Including clj-yaml-0.4.0.jar
Including tools.cli-0.2.2.jar
Including c3p0-0.9.1.2.jar
Including carica-1.0.2.jar
Created /Users/wmorgan/dev/mail-batcher/target/production+uberjar/mail-batcher-0.0.1-SNAPSHOT-standalone.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment