# templating-maven-plugin **Repository Path**: mirrors_mojohaus/templating-maven-plugin ## Basic Information - **Project Name**: templating-maven-plugin - **Description**: Templating Maven Plugin - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Templating Maven Plugin ======================= [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/mojohaus/templating-maven-plugin.svg?label=License)](http://www.apache.org/licenses/) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/templating-maven-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/templating-maven-plugin) [![Build Status](https://travis-ci.org/mojohaus/templating-maven-plugin.svg)](https://travis-ci.org/mojohaus/templating-maven-plugin) The [Templating Maven Plugin](http://www.mojohaus.org/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 ```