Skip to content

Instantly share code, notes, and snippets.

@mkristian
Created June 7, 2016 09:04
Show Gist options
  • Save mkristian/52f1116aff149d7ea30e936221284e36 to your computer and use it in GitHub Desktop.
Save mkristian/52f1116aff149d7ea30e936221284e36 to your computer and use it in GitHub Desktop.
$ gem install ruby-maven
$ rmvn package
$ java -jar pkg/*.jar ./myscript.rb
packaging :jrubyJar
gemfile
jarfile
# fixes some weird dependency problem
jar 'log4j:log4j:1.2.17'
resource :includes => ['myscript.rb']
@aviflax
Copy link

aviflax commented Jun 8, 2016

Opened https://github.com/takari/ruby-maven/issues/4 — I hope that’s the right place!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment