StringTemplate Maven Plugin

This plugin allows you to execute StringTemplate template files during your build. The values for templates can come from static declarations or from a Java class specified to be executed.

License

License

MIT
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.webguys
ArtifactId

ArtifactId

string-template-maven-plugin
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

StringTemplate Maven Plugin
This plugin allows you to execute StringTemplate template files during your build. The values for templates can come from static declarations or from a Java class specified to be executed.
Project URL

Project URL

https://github.com/kevinbirch/string-template-maven-plugin
Project Organization

Project Organization

The WebGuys
Source Code Management

Source Code Management

https://github.com/kevinbirch/string-template-maven-plugin

Download string-template-maven-plugin

How to add to project

<plugin>
    <groupId>com.webguys</groupId>
    <artifactId>string-template-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
org.antlr : stringtemplate jar 4.0.2
org.apache.maven : maven-plugin-api jar 3.0.4
org.apache.maven : maven-core jar 3.0.4
org.apache.maven : maven-artifact jar 3.0.4
org.sonatype.aether : aether-util jar 1.13.1
org.twdata.maven : mojo-executor jar 2.0

Project Modules

There are no modules declared in this project.

StringTemplate Maven Plugin

This plugin allows you to execute StringTemplate 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.

License

Copyright (c) 2011-2013 Kevin Birch [email protected]. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Versions

Version
1.1
1.0