Protocol Handler for Mavengem:

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

Maven Build Tools
GroupId

GroupId

org.torquebox.mojo
ArtifactId

ArtifactId

mavengem-protocol
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Protocol Handler for Mavengem:
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 mavengem-protocol

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.torquebox.mojo : rubygems-tools jar 1.0.3
org.jruby : jruby jar 9.1.17.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

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
0.2.2
0.2.1
0.2.0