Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T09:58:24.000Z (7 months ago)
- Last Synced: 2024-04-14T10:22:27.286Z (7 months ago)
- Topics: java, java8, mojohaus
- Homepage: https://www.mojohaus.org/mojo-parent/
- Size: 1.26 MB
- Stars: 118
- Watchers: 23
- Forks: 59
- Open Issues: 2
-
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.
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/mojo-parent.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent)
[![GitHub CI](https://github.com/mojohaus/mojo-parent/actions/workflows/maven.yml/badge.svg)](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
```