From 27e2b57830c328b83286e055752bf92790587953 Mon Sep 17 00:00:00 2001 From: Isaiah Peng Date: Wed, 24 Dec 2014 15:48:41 +0100 Subject: add jruby support by protobuf-java reflection API --- ruby/pom.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 ruby/pom.xml (limited to 'ruby/pom.xml') diff --git a/ruby/pom.xml b/ruby/pom.xml new file mode 100644 index 00000000..1630fe84 --- /dev/null +++ b/ruby/pom.xml @@ -0,0 +1,84 @@ + + + 4.0.0 + + com.google + google + 1 + + + com.google.protobuf.jruby + protobuf-jruby + 1.0-SNAPSHOT + Protocol Buffer JRuby native extension + + Protocol Buffers are a way of encoding structured data in an efficient yet + extensible format. + + 2014 + https://developers.google.com/protocol-buffers/ + + + New BSD license + http://www.opensource.org/licenses/bsd-license.php + repo + + + + https://github.com/google/protobuf + + scm:git:https://github.com/google/protobuf.git + + + + + UTF-8 + lib/google + protobuf_java + + + + + org.apache.maven.plugins + maven-assembly-plugin + + ${jar.finalName} + ${ruby.sources} + false + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + + + com.fasterxml.jackson.core + jackson-core + 2.4.3 + + + org.jruby + jruby-complete + 1.7.13 + provided + + + com.google.protobuf + protobuf-java + 3.0.0-pre + + + -- cgit v1.2.3