MVN

net.wouterdanes : mustache-maven-plugin

Maven & Gradle

Mar 29, 2017
3 stars

mustache-maven-plugin Maven Plugin · A maven plugin to run mustache templates in Maven builds. It takes a context in YAML format and a template in mustache format and generates one or more files.

<plugin>
    <groupId>net.wouterdanes</groupId>
    <artifactId>mustache-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wouterdanes : mustache-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.wouterdanes : mustache-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
mustache-maven-plugin-1.2
1.1
mustache-maven-plugin-1.1
1.0
mustache-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>net.wouterdanes</groupId>
    <artifactId>mustache-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>