Details
Description
The descriptor can use velocity expressions for value and defaultValue, thus enabling the creation of velocity global properties for an archetype.
For example :
<requiredProperty key="className">
<defaultValue>$
$
{rootArtifactId.substring(1)}</defaultValue>
</requiredProperty>
Issue Links
- is related to
-
ARCHETYPE-406
Support of velocity expressions for user-defined properties
-
Patch to evaluate properties before the generation of the project