https://github.com/jruby/mavengem
Mavengem protocol and mavengem wagon
https://github.com/jruby/mavengem
Last synced: 2 months ago
JSON representation
Mavengem protocol and mavengem wagon
- Host: GitHub
- URL: https://github.com/jruby/mavengem
- Owner: jruby
- License: epl-1.0
- Created: 2015-11-25T20:18:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T18:49:33.000Z (9 months ago)
- Last Synced: 2025-04-15T06:14:26.671Z (2 months ago)
- Language: Ruby
- Size: 1.36 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/](maven-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](LightweightHttpWagon.java)
this code is under the same license: EPLContributing
------------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 Requestmeta-fu
-------enjoy :)