MVN

com.shankyank.mojo : template-resgen-maven-plugin

Maven & Gradle

Apr 03, 2014

Templated Resource Generator Maven Plugin · A Maven plugin that generates resource files from a provided template, optionally performing property replacement from the current Maven environment using ${property.key} as the property placeholder.

<plugin>
    <groupId>com.shankyank.mojo</groupId>
    <artifactId>template-resgen-maven-plugin</artifactId>
    <version>0.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shankyank.mojo : template-resgen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of com.shankyank.mojo : template-resgen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11
template-resgen-maven-plugin-0.11
0.10
template-resgen-maven-plugin-0.10
0.9
template-resgen-maven-plugin-0.9

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.shankyank.mojo</groupId>
    <artifactId>template-resgen-maven-plugin</artifactId>
    <version>0.11</version>
</plugin>