# flatten-maven-plugin **Repository Path**: mirrors_GEBIT/flatten-maven-plugin ## Basic Information - **Project Name**: flatten-maven-plugin - **Description**: Flatten Maven Plugin - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: gebit - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MojoHaus Flatten Maven Plugin This is the [flatten-maven-plugin](http://www.mojohaus.org/flatten-maven-plugin/). [![Build Status](https://travis-ci.org/mojohaus/flatten-maven-plugin.svg?branch=master)](https://travis-ci.org/mojohaus/flatten-maven-plugin) ## Quickstart This plugin generates a flattened version of your pom.xml and makes maven to install and deploy this one instead of the original pom.xml. ``` org.codehaus.mojo flatten-maven-plugin generate ``` ## 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 ```