jruby-maven-plugins
jruby-maven-plugins copied to clipboard
maven plugin to handle rubygems in a maven way. including support for rspec, rails, cucumber, rake, etc
Hi, Are you planning on developing a connector for m2eclipse?
Using 0.29..1 This is a problem of jruby-1.7.0*? However, ruby:jruby is worked. Anybody have any ideas? ``` $ mvn ruby:irb [INFO] Scanning for projects... ... snip ... [INFO] --- jruby-maven-plugin:0.29.1:irb...
I'm trying to upgrade a legacy Maven project that calls Ruby scripts as part of the build. The project doesn't work on Windows because it directly references .rb files. I...
I'd like to be able to use a normal groupId with the gem-maven-plugin, but when I do the de.saumya.mojo.gem.GemArtifact class concats the groupId to the artifactId using a period and...
not part of the command. [WARNING] C:/douglas/jruby/jibernate/target/rspec-runner.rb:1: C:/douglas/jruby/jibernate/target/rspec-runner.rb:9: Invalid escape character syntaxJRuby.runtime.jruby_class_loader.addURL( Java::java.net::URL.new( %Q(file://c:\Docume~1\drodrigo.m2\repository\xml-apis\xml-apis\1.0.b2\xml-apis-1.0.b2.jar) ) ) (SyntaxError) [WARNING] ^ [WARNING] from C:/douglas/jruby/jibernate/target/rspec-runner.rb:1:in `load'
I generated a project from https://github.com/diguage/yongle at GitHub. Run `mvn package` for `yongle`, it is OK. But run `mvn package` for new project, it threw an error(the log is as...
When running a maven build using the gem plugin and specifying a `jruby.version` that is a `SNAPSHOT` version, the build will fail with an error like this: ``` [INFO] ---...
This PR makes two changes: * Use the actual JRuby version in ScriptFactory version tests. This avoids us having to update these hardcoded strings with the JRuby version changes. *...
At some point I updated the cucumber-maven-plugin tests to pass again, but without thinking I used an absolute path local to my work machine. https://github.com/jruby/jruby-maven-plugins/commit/e44e4acebf627c973ad80c1a8d16d8757eb7a692#diff-6a92dfd8f8830fa825157a22f0cf1ca10b973bbcf24c5789cb04dc7fc4be5095R8-R11 Obviously this doesn't pass anywhere...