jruby-maven-plugins icon indicating copy to clipboard operation
jruby-maven-plugins copied to clipboard

maven plugin to handle rubygems in a maven way. including support for rspec, rails, cucumber, rake, etc

Results 25 jruby-maven-plugins issues
Sort by recently updated
recently updated
newest added

Getting 'NoMethodError: undefined method `b' for "\x00":String' on chunky_png.rb:146 file. After chunky_png updated to 1.3.13. https://rubygems.org/gems/chunky_png/versions/1.3.13

Hi, I would like to deploy our gem to nexus instead of rubygems.org to use it as a dependency in another (java) project. Is there any way to to that?

When downloading gem from repository (Nexus 2 in my case) only this URL path is supported: `http://../gems/s/swagger-diff-1.0.5.gem` But unfortunately `gem-maven-plugin` tries to download using: `http://../gems/swagger-diff/1.0.5/swagger-diff-1.0.5.gem` which is supported only in...

``` xml de.saumya.mojo rspec-maven-plugin 1.1.5 true ${project.build.directory} test test ``` I've tried relative and absolute paths, but reports always end up in `${project.build.directory}/surefire-reports`. The reason I want to reconfigure this...

I can't manage to make the rspec samples work and keep getting the following error: `SyntaxError: -e:35: syntax error, unexpected kEND` Might it be coming from the script generated by...

this gem executes code when installing the extension and this code fails with jruby-complete.jar the problem is that files inside the jruby-complete.jar are not writable and there are a few...

that is follow up for #58 to get it right in the long run.

When using rubygems through sbt (which is the scala build tool), where are getting problems resolving the repo through Ivy, more details can be seen here https://github.com/sbt/sbt/issues/2209 https://github.com/sbt/ivy/issues/19 SBT uses...

Hi, I am getting the following error when I try to use the gem-maven-plugin in Java 1.8 & jruby 1.7.19. Not sure what is wrong. Can you please look into...

I need to add this parameter in order to "support" native C extensions. I understand that JRuby doesn't really play well with C extensions, but there are hard dependencies there...