MojoHaus Templating Maven Plugin Version 1.0.0 Released
The MojoHaus team is pleased to announce the release of the Templating Maven Plugin Version 1.0.0.
The templating maven plugin handles copying files from a source to a given output directory, while filtering them. This plugin is useful to filter Java Source Code if you need for example to have things in that code replaced with some properties values.
To get this update, simply specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>templating-maven-plugin</artifactId>
4 <version>1.0.0</version>
5</plugin>
Enjoy,
The Mojo team.