File: README.md

package info (click to toggle)
string-template-maven-plugin 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: xml: 493; java: 379; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# StringTemplate Maven Plugin

This plugin allows you to execute [StringTemplate](http://www.stringtemplate.org/) template files during your
build.  The values for templates can come from static declarations or from a Java class specified to be executed.

For detailed instructions on how to use this plugin, please refer to the
[plugin site](http://kevinbirch.github.com/string-template-maven-plugin/).