https://github.com/mojohaus/mojo-parent
This is the parent pom for all MojoHaus Maven plugins and components.
https://github.com/mojohaus/mojo-parent
java java8 mojohaus
Last synced: 11 months ago
JSON representation
This is the parent pom for all MojoHaus Maven plugins and components.
- Host: GitHub
- URL: https://github.com/mojohaus/mojo-parent
- Owner: mojohaus
- Created: 2015-05-15T22:16:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T21:25:57.000Z (11 months ago)
- Last Synced: 2025-04-09T19:16:36.154Z (11 months ago)
- Topics: java, java8, mojohaus
- Homepage: https://www.mojohaus.org/mojo-parent/
- Size: 1.4 MB
- Stars: 122
- Watchers: 22
- Forks: 59
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MojoHaus Parent
This is the parent pom for all [MojoHaus](https://www.mojohaus.org) Maven plugins and components.
[](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent)
[](https://github.com/mojohaus/mojo-parent/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 (assuming mono-module project):
```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```