MVN

com.xebialabs.utils : placeholders-mustachifier-maven-plugin

Maven & Gradle

Jul 15, 2015
2 stars

Placeholder Mustachifier Maven plugin · Manage placeholders and values in text file using mustache format.

<plugin>
    <groupId>com.xebialabs.utils</groupId>
    <artifactId>placeholders-mustachifier-maven-plugin</artifactId>
    <version>0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xebialabs.utils : placeholders-mustachifier-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of com.xebialabs.utils : placeholders-mustachifier-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
placeholders-mustachifier-maven-plugin-0.5
0.4
placeholders-mustachifier-maven-plugin-0.4

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.xebialabs.utils</groupId>
    <artifactId>placeholders-mustachifier-maven-plugin</artifactId>
    <version>0.5</version>
</plugin>

Advertisement