summaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)Author
2011-01-14[maven-release-plugin] prepare release clojure-1.3.0-alpha5clojure-1.3.0-alpha5Hudson @ build.clojure.org
2011-01-05Build and deploy with Maven 2; CLJ-681Stuart Sierra
* Real pom.xml * Simpler build.xml for local development with Ant * No Clojure plugin; uses AntRun to build Clojure * POM inheritance from Sonatype OSS deployment * Build instructions in README * Automatically builds "slim" and "sources" JARs as before * 'distribution' profile generates a ZIP * version.properties generated by the version in pom.xml * slightly different format * minor changes to clojure.core to handle version.properties * Fix tests that assumed Ant as the test driver * Tweaked run_tests.clj to work against current master
2009-04-27added support for versioned builds, alignment with *clojure-version*, ↵Rich Hickey
(clojure-version) function. Note this will create jars with names like: clojure-1.0.0-RC1-SNAPSHOT.jar [issue 110], patch from laurent.petit
2009-02-21improved Maven integration [issue 70], patch from hlshipRich Hickey
2009-02-11Revert: improved Maven integration, patch from hlship [issue 70], broke ↵Rich Hickey
destination directories
2009-02-11improved Maven integration, patch from hlship [issue 70]Rich Hickey
2008-08-01changed pom.xml to match latest dir structureRich Hickey
2008-01-31simplified, now includes .clj files in jarRich Hickey
2007-10-30added (non-definitive) ant and maven build scriptsRich Hickey