Mojo Flatten Maven Plugin 1.0.0 beta 2 Released

Hi,

The Mojo team is pleased to announce the release of the flatten-maven-plugin version 1.0.0-beta-2.

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.

To get this update, simply specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.codehaus.mojo</groupId>
3  <artifactId>flatten-maven-plugin</artifactId>
4  <version>1.0.0-beta-2</version>
5</plugin>

All you need to do is add the plugin to the plugins in your build section.

Release Notes:

  • MOJO-2027 ability to preserve developer information
  • MOJO-2030 flatten-maven-plugin overrides basedir and sets it to target/, so src/site/site.xml is not used and any documentation beneath src/site is not rendered

Enjoy,

The Mojo team.

Jörg