# MojoHaus Build Helper Maven Plugin
[](https://opensource.org/licenses/MIT)
[](http://search.maven.org/#search%7Cga%7C1%7Cbuild-helper-maven-plugin)
[](https://travis-ci.org/mojohaus/build-helper-maven-plugin)
This is the [build-helper-maven-plugin](http://www.mojohaus.org/build-helper-maven-plugin/) contains
serveral goals to support you in different kinds of task, like parsing version information,
add supplemental source/test folders to a Maven project or attach supplemental artifacts.
More details can be found on the [goals overview page](http://www.mojohaus.org/build-helper-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
```