Project

maven_gem

0.02
No commit activity in last 3 years
No release in over 3 years
MavenGem is a tool, library, and gem plugin to install any Maven-published Java library as though it were a gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.12.1
 Project Readme
= MavenGem

* http://www.jruby.org

== DESCRIPTION:

MavenGem is a tool, library, and gem plugin to install any Maven-published
Java library as though it were a gem.

== FEATURES:

* First release!
* maven_gem executable to install
** use pom file location, pom file URL, or group ID, artifact ID, and version
* gem plugin for "maven" command, same params (RubyGems 1.3.2+)

== PROBLEMS:

* No dependency tracking using Maven dependencies
* No support for gems with more than one group ID
* No support for gems with alphanumeric version numbers
* No tests, minimal docs :)

== SYNOPSIS:

maven_gem <pom url>
maven_gem <pom file>
maven_gem <group ID> <artifact ID> <version>

or "gem maven" with same args (RubyGems 1.3.2+)

== REQUIREMENTS:

JRuby 1.2.0 or higher. RubyGems 1.3.2 or higher for gem plugin.

== INSTALL:

gem install maven_gem