Howard's correct. Generally, SNAPSHOTs and releases are kept in separate repositories. It's not required, but it allows a user to configure their maven pom to grab the latest release of a dependency (for example using syntax like <version>[1.0, )</version> . If you mix releases and snapshots in a single repo, then a build configured to grab the latest version will grab a SNAPSHOT and not a release; probably not what the user intended.
Generally with Maven you want to seperate snapshots from final > releases; I'd be more confortable with http://build.clojure.org/repo > or http://build.clojure.org/maven as the root path. > > On Sat, Jan 2, 2010 at 6:23 AM, ngocdaothanh <[email protected]> > wrote: > > If http://build.clojure.org/snapshots is official, I think it is great > > to add a link to it to the homepage of Clojure. -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining [email protected] -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
