https://github.com/mojohaus/templating-maven-plugin
Templating Maven Plugin
https://github.com/mojohaus/templating-maven-plugin
hacktoberfest java maven maven-plugin mojohaus
Last synced: 6 months ago
JSON representation
Templating Maven Plugin
- Host: GitHub
- URL: https://github.com/mojohaus/templating-maven-plugin
- Owner: mojohaus
- License: apache-2.0
- Created: 2015-05-15T22:33:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-11T09:19:00.000Z (8 months ago)
- Last Synced: 2025-11-11T11:20:18.405Z (8 months ago)
- Topics: hacktoberfest, java, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/templating-maven-plugin/
- Size: 971 KB
- Stars: 18
- Watchers: 14
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Templating Maven Plugin
=======================
[](http://www.apache.org/licenses/)
[](https://search.maven.org/artifact/org.codehaus.mojo/templating-maven-plugin)
[](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
```