https://github.com/mojohaus/clirr-maven-plugin
Clirr Maven Plugin
https://github.com/mojohaus/clirr-maven-plugin
java maven maven-plugin mojohaus
Last synced: 6 months ago
JSON representation
Clirr Maven Plugin
- Host: GitHub
- URL: https://github.com/mojohaus/clirr-maven-plugin
- Owner: mojohaus
- License: apache-2.0
- Created: 2015-05-15T21:31:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-11T09:22:35.000Z (8 months ago)
- Last Synced: 2025-11-11T11:21:45.790Z (8 months ago)
- Topics: java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/clirr-maven-plugin/
- Size: 1.28 MB
- Stars: 12
- Watchers: 16
- Forks: 15
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MojoHaus Clirr Maven Plugin
This is the [clirr-maven-plugin](http://www.mojohaus.org/clirr-maven-plugin/).
[](https://travis-ci.org/mojohaus/clirr-maven-plugin)
## 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
```