https://github.com/openmindlab/flatten-maven-plugin
Flatten Maven Plugin
https://github.com/openmindlab/flatten-maven-plugin
Last synced: 6 months ago
JSON representation
Flatten Maven Plugin
- Host: GitHub
- URL: https://github.com/openmindlab/flatten-maven-plugin
- Owner: openmindlab
- License: apache-2.0
- Fork: true (mojohaus/flatten-maven-plugin)
- Created: 2019-10-21T11:21:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T10:27:06.000Z (over 6 years ago)
- Last Synced: 2025-07-13T22:27:52.503Z (12 months ago)
- Language: Java
- Homepage: https://www.mojohaus.org/flatten-maven-plugin/
- Size: 1.55 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MojoHaus Flatten Maven Plugin (forked and published)
This is the just the [flatten-maven-plugin](http://www.mojohaus.org/flatten-maven-plugin/) being forked and published. Waiting for official release...
[](http://www.apache.org/licenses/)
[](http://search.maven.org/#search%7Cga%7C1%7Cflatten-maven-plugin)
[](https://travis-ci.org/mojohaus/flatten-maven-plugin)
1.0.x branch: [](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.
```
net.sourceforge.openutils
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
```