Created
February 19, 2019 20:44
-
-
Save jkutner/211a5868eb2a17ab037819a88066bd3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- maven-shade-plugin:2.1:shade (default) @ ripper --- | |
using jruby 1.7.12 | |
install gems unless already installed | |
/tmp/cache/.m2/repository/rubygems/jruby-openssl/0.9.19/jruby-openssl-0.9.19.gem | |
/tmp/cache/.m2/repository/rubygems/rake/10.1.0/rake-10.1.0.gem | |
/tmp/cache/.m2/repository/rubygems/rdoc/4.1.2/rdoc-4.1.2.gem | |
Depending on your version of ruby, you may need to install ruby rdoc/ri data: | |
<= 1.8.6 : unsupported | |
= 1.8.7 : gem install rdoc-data; rdoc-data --install | |
= 1.9.1 : gem install rdoc-data; rdoc-data --install | |
>= 1.9.2 : nothing to do! Yay! | |
/tmp/cache/.m2/repository/rubygems/json/1.8.0/json-1.8.0.gem | |
/tmp/cache/.m2/repository/rubygems/jar-dependencies/0.2.6/jar-dependencies-0.2.6.gem | |
if you want to use the executable lock_jars then install ruby-maven gem before using lock_jars | |
$ gem install ruby-maven -v '~> 3.3.3' | |
or add it as deveopment dependency to your Gemfile | |
gem 'ruby-maven', '~> 3.3.3' | |
--- gem jruby-openssl-0.9.21 --- | |
copy gem content to ruby/shared | |
TypeError: can't convert nil into String | |
basename at org/jruby/RubyFile.java:511 | |
eval_pom at /tmp/workspace/jruby-1.7.27/lib/pom.rb:136 | |
each at org/jruby/RubyArray.java:1613 | |
eval_pom at /tmp/workspace/jruby-1.7.27/lib/pom.rb:108 | |
call at org/jruby/RubyProc.java:271 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment