https://github.com/jruby/ruby-maven-libs
https://github.com/jruby/ruby-maven-libs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jruby/ruby-maven-libs
- Owner: jruby
- License: apache-2.0
- Created: 2020-04-23T14:59:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T17:16:24.000Z (9 months ago)
- Last Synced: 2025-04-15T06:13:17.018Z (2 months ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ruby maven libs
---------------this is just a regular [maven](maven.apache.org) packed as gem. mainly used by [ruby-maven](github.com/jruby/ruby-maven)
cleaning old artifacts
---------------Maven and its dependency libraries will be fetched into ./maven-home, so before any any release old artifacts should be cleaned out with
./mvnw clean
This will ensure only the current Maven version will be included in the resulting gem.
release a new version
---------------adjust the version in **lib/maven.rb** and then execute
./mvnw deploy
this will push the gem to rubygems.org
license
------it just comes with the same license as maven itself and all the license info can be found under maven-home/ after
./mvnw package