From b2dab9e80c62776138b4b63aa0b197e99033f239 Mon Sep 17 00:00:00 2001 From: Christian Meier Date: Mon, 2 Feb 2015 18:47:02 +0100 Subject: setup java platform gem use maven to resolve jar dependencies for compilation. setup jar-dependencies to install the snakeyaml jar when installing the gem via rubygems or bundler. added java code to reflect the snakeyaml vesion which got finally loaded into the jruby-classloader. --- Mavenfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Mavenfile (limited to 'Mavenfile') diff --git a/Mavenfile b/Mavenfile new file mode 100644 index 0000000..93d4348 --- /dev/null +++ b/Mavenfile @@ -0,0 +1,9 @@ +#-*- mode: ruby -*- + +pom 'org.jruby:jruby:9.0.0.0.pre1', :scope => :provided + +jar 'org.yaml:snakeyaml:${snakeyaml.version}' + +plugin :dependency, '2.8', :outputFile => 'pkg/classpath' + +# vim: syntax=Ruby -- cgit v1.2.3