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
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.31 to 2.0. Commits c98ffba issue 561: add negative test case e2ca740 Use Maven wrapper on github 49d91a1 Fix target for github 19e331d Disable toolchain for github...
The code here handles jruby/jruby#7864 by checking for both escaped and unescaped output. https://github.com/jruby/jruby-maven-plugins/blob/90c2f80e3f024743894ab9ee949a082306760a2f/ruby-tools/src/test/java/de/saumya/mojo/ruby/script/AbstractLauncherTest.java#L64-L68 That issue will be fixed in JRuby 9.4.4.0, so once we upgrade jruby-maven-plugins we can remove...
Jruby 9k
Prep jruby-9k and reduce size of overall plugins
In Java 9+, we got Java Modules. It's required that each Java Module have a unique set of packages. The gem-maven-plugin packages gemspecs in a `specifications/` directory in your jars....
running `mvn clean gem:initialize` I was hitting errors like: ``` [ERROR] Failed to execute goal on project dummy: Could not resolve dependencies for project rubygems:dummy:jar:testing: Failed to collect dependencies at...
I am getting errors like this while doing maven build: ``` ... Downloading: http://rubygems-proxy.torquebox.org/releases/rubygems/swagger-diff/1.0.1/swagger-diff-1.0.1.pom Downloaded: http://rubygems-proxy.torquebox.org/releases/rubygems/swagger-diff/1.0.1/swagger-diff-1.0.1.pom (4 KB at 4.5 KB/sec) Downloading: http://rubygems-proxy.torquebox.org/releases/rubygems/swagger-diff/1.0.1/swagger-diff-1.0.1.gem Downloaded: http://rubygems-proxy.torquebox.org/releases/rubygems/swagger-diff/1.0.1/swagger-diff-1.0.1.gem (84 KB at 96.9 KB/sec)...
This seems to be a recent issue, possibly related to some unknown update to rubygems.org: ``` [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ jruby-stdlib --- [INFO] Building jar: /Users/headius/projects/jruby/lib/target/jruby-stdlib-9.2.13.0-SNAPSHOT.jar [INFO] [INFO] -----------------------<...
It was up about an hour and a half ago and looks to be down now.
``` gem install psych Fetching: psych-3.1.0-java.gem (100%) jar dependencies for psych-3.1.0-java.gemspec . . . Dec 18, 2019 4:45:23 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketException) caught when processing request to...
When running the initialize command, I get the following error message ```[INFO] --- gem-maven-plugin:1.1.8:initialize (install-gems) @ architecture-documentation --- [WARNING] ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --no-rdoc``` According to...