MVN

com.io7m.stmp : string-template-maven-plugin

Maven & Gradle

Jan 01, 2021
0 stars

string-template-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.io7m.stmp</groupId>
    <artifactId>string-template-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.0

All Versions

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

Version Vulnerabilities Updated
1.2.x
string-template-maven-plugin-1.2.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.io7m.stmp</groupId>
    <artifactId>string-template-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>