Rubygems Tools

mavengem protocol converts a rubygems repository on the fly to a maven repository and the mavengem wagon uses it to provide gem artifacts to maven POMs

License

License

EPL
Categories

Categories

Ruby Languages
GroupId

GroupId

org.torquebox.mojo
ArtifactId

ArtifactId

rubygems-tools
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Rubygems Tools
mavengem protocol converts a rubygems repository on the fly to a maven repository and the mavengem wagon uses it to provide gem artifacts to maven POMs

Download rubygems-tools

How to add to project

<!-- https://jarcasting.com/artifacts/org.torquebox.mojo/rubygems-tools/ -->
<dependency>
    <groupId>org.torquebox.mojo</groupId>
    <artifactId>rubygems-tools</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.torquebox.mojo/rubygems-tools/
implementation 'org.torquebox.mojo:rubygems-tools:1.0.3'
// https://jarcasting.com/artifacts/org.torquebox.mojo/rubygems-tools/
implementation ("org.torquebox.mojo:rubygems-tools:1.0.3")
'org.torquebox.mojo:rubygems-tools:jar:1.0.3'
<dependency org="org.torquebox.mojo" name="rubygems-tools" rev="1.0.3">
  <artifact name="rubygems-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.torquebox.mojo', module='rubygems-tools', version='1.0.3')
)
libraryDependencies += "org.torquebox.mojo" % "rubygems-tools" % "1.0.3"
[org.torquebox.mojo/rubygems-tools "1.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.11
org.jruby : jruby pom 9.1.17.0

test (2)

Group / Artifact Type Version
org.sonatype.sisu.litmus : litmus-testsupport jar 1.9
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

mavengem

this project consists of two modules. one is converting a rubygems repository into maven repository. this happens either via registered the protocol handler in JVM or by using a special MavenGemURLConnection which turns a rubygems repository on the fly to maven repository.

the second module uses this to add a transport extension to maven allowing to use gems from a rubygems repository as gem artifacts inside a POM. see also http://maven.apache.org/wagon/.

License

As the wagon code was more or less stolen from EPL licensed code https://github.com/apache/maven-wagon/blob/master/wagon-providers/wagon-http-lightweight/src/main/java/org/apache/maven/wagon/providers/http/LightweightHttpWagon.java this code is under the same license: EPL

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

meta-fu

enjoy :)

org.torquebox.mojo

The TorqueBox Project

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0