Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.x
-
Fix Version/s: None
-
Component/s: Plugin
-
Labels:None
-
Number of attachments :
Description
Standard properties (artifactId, groupId, ...) are supported in Velocity expressiosn, but still does not work with user defined properties. For example:
<requiredProperty key="a">
<defaultValue>$
.substring(0,1).toUpperCase()</defaultValue>
</requiredProperty>
with artifactId=toto will give a=T, but
<requiredProperty key="b"/>
<requiredProperty key="a">
<defaultValue>$
</requiredProperty>
with b=toto will give a=${b}
.substring(0,1).toUpperCase()
Issue Links
- relates to
-
ARCHETYPE-383
Use velocity expressions in descriptor properties
-