Stefan, Meikel,

Thanks much for this. It looks very interesting.

Forgive a newb question but I just downloaded Maven for the first time
30 minutes ago. I read the "Maven in 5 minutes" doc, and executed:

mvn archetype:create -DgroupId=org.clojure  -DartifactId=clojure

followed by:

mvn package

All the tests passed. I then ran:

java -cp clojure-1.0-SNAPSHOT.jar  org.clojure.App

and got "Hello World" as the output.

My expectation is that one of the first two commands would go to a
central repository and download a POM file based on the id parameter,
which would in turn supply the data necessary to download the other
dependencies necessary to build a complete set of clojure files.
However, I'm just getting the 2,092 byte clojure jar file. What am I
missing?

Thanks in advance for any help.
--~--~---------~--~----~------------~-------~--~----~
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