public
Description: A RubyGems plugin (and a utility) to install Maven artifacts as RubyGems
Homepage:
Clone URL: git://github.com/jruby/maven_gem.git
name age message
file History.txt Thu May 14 21:38:53 -0700 2009 Fixups for 0.0.2 release. [headius]
file Manifest.txt Fri Apr 17 00:28:47 -0700 2009 Get maven_gem stuff to a 0.0.1 releasable state... [headius]
file README.txt Fri Apr 17 00:28:47 -0700 2009 Get maven_gem stuff to a 0.0.1 releasable state... [headius]
file Rakefile Thu May 14 21:38:53 -0700 2009 Fixups for 0.0.2 release. [headius]
directory bin/ Fri Apr 17 00:28:47 -0700 2009 Get maven_gem stuff to a 0.0.1 releasable state... [headius]
directory examples/ Fri Apr 17 00:28:47 -0700 2009 Get maven_gem stuff to a 0.0.1 releasable state... [headius]
directory lib/ Wed Dec 16 19:17:59 -0800 2009 Make dependencies work (it was surprisingly eas... [headius]
directory test/ Fri Nov 21 21:01:46 -0800 2008 Adding all of maven_gem files. git-svn-id: ht... [headius]
README.txt
= 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 ability to output a .gem file rather than install
* 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