File: README.md

package info (click to toggle)
ruby-maven-libs 3.3.9%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: ruby: 40; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ruby maven libs
---------------

this is just a regular [maven](maven.apache.org) packed as gem. mainly used by [ruby-maven](github.com/takari/ruby-maven)

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