File: README.md

package info (click to toggle)
gmbal 4.0.0-b002-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,124 kB
  • sloc: java: 10,351; xml: 241; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Glassfish MBean Annotation Library

This is the [gmbal project](https://javaee.github.io/gmbal/).
 
## 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
```