MVN

com.danidemi : template-generator-maven-plugin

Maven & Gradle

May 26, 2017
1 stars

template-generator-maven-plugin · Generates code and text content merging data from CSV files with a Velocity template.

<plugin>
    <groupId>com.danidemi</groupId>
    <artifactId>template-generator-maven-plugin</artifactId>
    <version>0.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.7

All Versions

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

Version Vulnerabilities Updated
0.0.x
template-generator-maven-plugin-0.0.7
template-generator-maven-plugin-0.0.5
template-generator-maven-plugin-0.0.4
template-generator-maven-plugin-0.0.3
template-generator-maven-plugin-0.0.2

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.danidemi</groupId>
    <artifactId>template-generator-maven-plugin</artifactId>
    <version>0.0.7</version>
</plugin>

Advertisement