https://github.com/mojohaus/build-helper-maven-plugin
Build Helper Maven Plugin
https://github.com/mojohaus/build-helper-maven-plugin
java maven maven-plugin mojohaus
Last synced: 7 months ago
JSON representation
Build Helper Maven Plugin
- Host: GitHub
- URL: https://github.com/mojohaus/build-helper-maven-plugin
- Owner: mojohaus
- License: mit
- Created: 2015-05-15T21:23:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-05T11:08:36.000Z (9 months ago)
- Last Synced: 2025-10-05T13:09:04.418Z (9 months ago)
- Topics: java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/build-helper-maven-plugin/
- Size: 3.04 MB
- Stars: 119
- Watchers: 18
- Forks: 83
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MojoHaus Build Helper Maven Plugin
[](https://opensource.org/licenses/MIT)
[](https://search.maven.org/artifact/org.codehaus.mojo/build-helper-maven-plugin)
[](https://github.com/mojohaus/build-helper-maven-plugin/actions/workflows/maven.yml?query=branch%3Amaster)
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
```