Skip to content

Libraries to support managing jars via maven

Christian Meier edited this page Aug 2, 2022 · 1 revision

Manage jar dependencies like bundler for jruby projects.

This is like jbundler but without bundler. The Jarfile is the same but the Jarfile.lock is different. As it is a default gem in jruby it is prefered over jbundler.

A collection of maven plugins for jruby.

These maven plugins followed the ideas of the jruby-gradle-plugins and still uses the gem-maven-plugin as base.

It is the ruby DSL for maven. It can use Gemfile, *.gemspec files and a format similar to pom.xml as source.

Basically declares default versions and thus needs to be released oftne just for these versions.

converts rubygems layout into maven layout. this is used as maven-wagon to download gems directly from rubygems with a maven file path. The original code was cloned from nexus rubygems-plugin.

Clone this wiki locally