placeholders-mustachifier:mustache-tokey
Full name:
com.xebialabs.utils:placeholders-mustachifier-maven-plugin:0.4:mustache-tokey
Description:
From {{key:value}} to {{key}}
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: compile.
Optional Parameters
Name |
Type |
Since |
Description |
delimiters |
String |
- |
The delimiter format Default value is: {{ }}. |
filesets |
List |
- |
FileSet including special entries
|
valueSeparator |
String |
- |
The separator format from the placeholder name and the default
value Default value is: :. |
Parameter Details
delimiters:
The delimiter format
- Type: java.lang.String
- Required: No
- Default: {{ }}
filesets:
FileSet including special entries
- Type: java.util.List
- Required: No
valueSeparator:
The separator format from the placeholder name and the default
value
- Type: java.lang.String
- Required: No
- Default: :