You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David Castro (JIRA)" <ji...@apache.org> on 2019/04/22 10:44:00 UTC

[jira] [Created] (ARCHETYPE-562) Error ordering Default Properties

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)