You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2015/11/27 14:57:46 UTC

[ANN] 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

http://www.mojohaus.org/templating-maven-plugin/.

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:

<plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>templating-maven-plugin</artifactId>
   <version>1.0.0</version>
</plugin>

Release Notes: 
http://www.mojohaus.org/templating-maven-plugin/github-report.html

Enjoy,

The Mojo team.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org