Hello everyone,

I've just released the first tentative version of Clojureshell. It's a
simple maven plugin that allows you to easily start a clojure REPL or run a
Swank server in the context of any maven project. This means that maven does
all the dependency management heavy lifting; all runtime dependencies are
automatically added to the classpath of the clojure process. And you don't
even have to modify your project pom.xml; as long as you have this plugin
installed in you local repo it will work with *any* maven project.

Note that Clojureshell doesn't have any of the features of the
clojure-maven-plugin (such as managing, compiling and packaging clojure code
in a project), it merely provides an easier way to start up clojure with the
proper dependencies loaded.

If this sounds interesting, please check out the project at
https://github.com/fred-o/clojureshell-maven-plugin/tree

Comments, suggestions and criticism is most welcome. As I said, I'm still in
the early stages of development, and I'm sure there are a lot of issues that
I haven't caught.

Cheers,
-- Fredrik
==============================================
What am I up to? http://twitter.com/appelberg

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