Hi,
The Mojo team is pleased to announce the release of the Flatten Maven
Plugin version 1.2.1.
The Flatten Maven Plugin generates a flattened version of the pom.xml
that Maven installs and deploys instead of the original.
https://github.com/mojohaus/flatten-maven-plugin
To get this update, simply specify the version in your project's
plugin configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.1</version>
</plugin>
Release Notes
The release contains bugfixes that were in high demand by its users.
Enjoy,
The Mojo team.
Lasse Lindqvist