1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# MojoHaus Exec Maven Plugin
This is the [exec-maven-plugin](http://www.mojohaus.org/exec-maven-plugin/).
[](http://www.apache.org/licenses/)
[](https://search.maven.org/artifact/org.codehaus.mojo/exec-maven-plugin)
[](https://github.com/mojohaus/exec-maven-plugin/actions/workflows/maven.yml)
## 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
```
|