MojoHaus Properties Maven Plugin Version 1.0.0 Released

The MojoHaus Team is pleased to announce of the Properties Maven Plugin Version 1.0.0.

The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read properties from files and URLs and write properties to files, and also to set system properties.

You should specify the version in your projects dependencies:

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

Release Notes for the Properties Maven Plugin Version 1.0.0:

We have two contributors for this release.

Reporter:

  • puntogil: Issue #2 properties-maven-plugin does not include the license file.

Reporter and contributor:

  • kreyssel: Issue #15 add m2e lifecycle mapping for 'write-project-properties'

Many thanks to the reporters and contributors.

Enjoy,

  • The MojoHaus Team

Kind regards

Karl Heinz Marbaise