https://github.com/mojohaus/buildnumber-maven-plugin
BuildNumber Maven Plugin
https://github.com/mojohaus/buildnumber-maven-plugin
buildnumber-maven-plugin java maven maven-plugin mojohaus
Last synced: 6 months ago
JSON representation
BuildNumber Maven Plugin
- Host: GitHub
- URL: https://github.com/mojohaus/buildnumber-maven-plugin
- Owner: mojohaus
- License: mit
- Created: 2015-05-15T21:25:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-12-22T20:15:03.000Z (6 months ago)
- Last Synced: 2025-12-24T09:48:12.048Z (6 months ago)
- Topics: buildnumber-maven-plugin, java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/buildnumber-maven-plugin/
- Size: 2.13 MB
- Stars: 72
- Watchers: 20
- Forks: 64
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MojoHaus BuildNumber Maven Plugin
This is the [buildnumber-maven-plugin](http://www.mojohaus.org/buildnumber-maven-plugin/).
[](https://opensource.org/licenses/MIT)
[](https://search.maven.org/artifact/org.codehaus.mojo/buildnumber-maven-plugin)
[](https://github.com/mojohaus/buildnumber-maven-plugin/actions/workflows/maven.yml?query=branch%3Amaster)
## Releasing
* Make sure `gpg-agent` is running.
* subversion `svn` is also needed for running tests
* Make sure all tests pass `mvn clean verify -Prun-its`
* 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
```