MVN

com.webguys : string-template-maven-plugin

Maven & Gradle

Jan 24, 2013
4 stars

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.

<plugin>
    <groupId>com.webguys</groupId>
    <artifactId>string-template-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.webguys : string-template-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.webguys : string-template-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
string-template-maven-plugin-1.1
1.0
string-template-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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

Advertisement