mojohaus / templating-maven-plugin

Templating Maven Plugin

Home Page:https://www.mojohaus.org/templating-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Templating Maven Plugin

Apache License, Version 2.0, January 2004 Maven Central Build Status

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.

Releasing

  • Make sure gpg-agent is running.
  • Execute mvn -B release:prepare release:perform

For publishing the site do the following:

cd target/checkout
mvn verify site site:stage scm-publish:publish-scm

About

Templating Maven Plugin

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

License:Apache License 2.0


Languages

Language:Java 89.1%Language:Groovy 10.9%