Patrick Grimard <pgrim...@gmail.com> writes:

> I'm new to Clojure, wanting to learn it.  I got a hold of a Clojure
> Maven plugin from http://github.com/talios/clojure-maven-plugin and
> created a new blank project.  By default the POM has Clojure 1.0.0 as
> a dependency.  Version 1.1.0 is not in the central Maven repo, so I
> downloaded 1.1.0 from Github and ran Ant to build it.  Ant created
> several libraries (ie: sources, slim, 1.1.0, etc).  So at this point
> should I just install the clojure-1.1.0.jar into my local Maven repo,
> or is there an easier way of adding it as a dependency to my project,
> like maybe just adding another Maven repo to my project POM that's
> currently hosting the latest Clojure releases?

You can use http://build.clojure.org/snapshots as a repository. Even
though it has "snapshots" in the URL, it still contains the 1.1.0
release.

-Phil

-- 
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

Reply via email to