Jruby, rails and maven?

Folks;

can anyone out here point me to an up-to-date, working tutorial on how
to use JRuby/Rails with maven? As we run several Java EE backend systems
including EJBs and the like and exclusively use maven to enforce project
structures, build, deploy stuff, we’d like to keep JRoR concisely in
there, too. Is that somehow possible?

TIA and all the best,
Kristian

Try GitHub - torquebox/jruby-maven-plugins: maven plugin to handle rubygems in a maven way. including support for rspec, rails, cucumber, rake, etc

it should give you all you need for handling gem+rails in maven way.
instead of lookng for the docu have a look at the integration tests in
src/it/*

in case you miss something or need help please feel free to post an
issue
or ask me directly.

regards,

Kristian

Am 21.10.2012 20:23 schrieb “Kristian Rink” [email protected]:

Am 25.10.2012 10:30, schrieb kristian:

Try GitHub - torquebox/jruby-maven-plugins: maven plugin to handle rubygems in a maven way. including support for rspec, rails, cucumber, rake, etc

it should give you all you need for handling gem+rails in maven way.
instead of lookng for the docu have a look at the integration tests in
src/it/*

Neat, thanks a bunch! I’ll see how far it will get me and report back in
case anything fatally fails! :wink:

Thanks by now, have a pleasant day!
Kristian