I don't think that URL works as a Maven/Ivy repository, because http://build.clojure.org/org/clojure doesn't exist. -SS
On Nov 3, 10:10 pm, dysinger <t...@dysinger.net> wrote: > Hello, > > Today Phil Hagelberg, Rich Hickey and myself setup a CI server for > clojure & contrib ->http://build.clojure.org(hudson -> github) > > If you use maven-ant-tasks (+1) or maven 2.x (or ivy too) you can do > something like this in your settings.xml or pom.xml > > <repository> > <id>clojure-snapshot</id> > <url>http://build.clojure.org</url> > <releases> > <enabled>false</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > > Then you can add clojure snapshot as a project dependency > > <dependency> > <groupId>org.clojure</groupId> > <artifactId>clojure</artifactId> > <version>1.1.0-alpha-SNAPSHOT</version> > </dependency> > > :) #l8r --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---