https://github.com/jruby/maven_gem
A RubyGems plugin (and a utility) to install Maven artifacts as RubyGems
https://github.com/jruby/maven_gem
Last synced: 8 months ago
JSON representation
A RubyGems plugin (and a utility) to install Maven artifacts as RubyGems
- Host: GitHub
- URL: https://github.com/jruby/maven_gem
- Owner: jruby
- License: mit
- Created: 2009-04-18T19:04:32.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-17T04:05:40.000Z (over 15 years ago)
- Last Synced: 2025-04-15T06:13:52.420Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 227 KB
- Stars: 40
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: LICENSE.txt
Awesome Lists containing this 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
maven_gem
maven_gem
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