I'm looking for a way to launch BeanShell (or Groovy, either one will work for me) from Maven. My goal is to have an interactive scripting shell with a classpath containing all of my project's dependencies, and "target/classes" itself.

I'm new to Maven, it's not something I can figure out how to do myself. I've searched the web for an example but there was a lot of noise in the results since Groovy uses Maven to build, and Maven supports(?) writing plugins in BeanShell.

Has anyone done this? It seems like it would make a really useful maven plugin, since it would let you test ideas without writing experimental classes and launch scripts, etc.

Thanks!

-james

--
James A. Hillyerd <[EMAIL PROTECTED]>
http://www.activerain.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to