You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Baptiste MATHUS <ml...@batmat.net> on 2013/03/31 15:09:52 UTC

[ANN] templating-maven-plugin 1.0-alpha-1 Released

Hi,

The Mojo team is pleased to announce the *very first release* of the
templating-maven-plugin version 1.0-alpha-1.

That project was created to offer source filtering the Maven Right Way ®
;-).

http://mojo.codehaus.org/templating-maven-plugin/

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

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>templating-maven-plugin</artifactId>
        <version>1.0-alpha-1</version>
</plugin>

Why that name?
We also plan to add some day support for templating engines like Mustache,
...

As stated above, as this is the first release of this plugin, please report
ideas, bugs to JIRA.
We plan to release an alpha-2 very soon to accommodate first feedbacks.
https://jira.codehaus.org/browse/MOJO/component/15854

Enjoy,

The Mojo team.

-- Baptiste