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.
'net.wouterdanes:mustache-maven-plugin:1.0'
<dependency> <groupId>net.wouterdanes</groupId> <artifactId>mustache-maven-plugin</artifactId> <version>1.0</version> </dependency>
<dependency org="net.wouterdanes" name="mustache-maven-plugin" rev="1.0"/>
"net.wouterdanes", "mustache-maven-plugin", "1.0"