David Castro created ARCHETYPE-562:
--------------------------------------
Summary: Error ordering Default Properties
Key: ARCHETYPE-562
URL: https://issues.apache.org/jira/browse/ARCHETYPE-562
Project: Maven Archetype
Issue Type: Bug
Components: Plugin
Affects Versions: 3.0.1
Reporter: David Castro
Default properties are being ordered consediring the "exact" use of another
property. The assumption implies that a property that uses a derived string of
a previous property may not be ordered as expected:
{code:java}
<requiredProperty key="domainUpperCase">
<defaultValue>${${domainName}.toUpperCase()}</defaultValue>
<validationRegex>[A-Z]+</validationRegex>
</requiredProperty>
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)