Mojo flatten-maven-plugin Version 1.0.0-beta-3 Released
The Mojo team is pleased to announce the release of the flatten-maven-plugin version 1.0.0-beta-3.
Flatten Maven Plugin generates a flattened version of your pom.xml and makes maven to install and deploy this one instead of the original pom.xml.
All you need to do is add the plugin to the plugins in your build section:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>flatten-maven-plugin</artifactId>
4 <version>1.0.0-beta-3</version>
5</plugin>
All known bugs have been resolved and the plugin has already matured. It is used in several complex projects to simplify deployments.
Release Notes for flatten-maven-plugin version 1.0.0-beta-3
Bugs:
- MOJO-2032 - flatten-maven-plugin: model resolver fails in case of external parent POM
- MOJO-2039 - Maven 3.2.2 build error with flatten plugin
- MOJO-2042 - flatten-maven-plugin: adds central repository to flattened POM
Improvement:
- MOJO-2038 - Keep plugins with extensions
Enjoy,
The Mojo team.