Created
June 7, 2016 09:04
-
-
Save mkristian/52f1116aff149d7ea30e936221284e36 to your computer and use it in GitHub Desktop.
This file contains 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
$ gem install ruby-maven | |
$ rmvn package | |
$ java -jar pkg/*.jar ./myscript.rb |
This file contains 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
packaging :jrubyJar | |
gemfile | |
jarfile | |
# fixes some weird dependency problem | |
jar 'log4j:log4j:1.2.17' | |
resource :includes => ['myscript.rb'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opened https://github.com/takari/ruby-maven/issues/4 — I hope that’s the right place!