File: README.md

package info (click to toggle)
gmbal-commons 3.2.1-b003-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 496 kB
  • sloc: java: 1,553; xml: 1,331; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Glassfish Common APIs

This is the [gmbal-commons project](https://javaee.github.io/gmbal-commons/).
 
## Releasing

* Make sure `gpg-agent` is running.
* Execute `mvn -B release:prepare release:perform`

For publishing the site do the following:

```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```