# mojo-parent **Repository Path**: mirrors_olamy/mojo-parent ## Basic Information - **Project Name**: mojo-parent - **Description**: This is the parent pom for all MojoHaus Maven plugins and components. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-26 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```