You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2021/11/15 20:24:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARCHETYPE-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated ARCHETYPE-562:
-------------------------------------
    Fix Version/s:     (was: 3.2.1)

> 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, 3.1.0
>            Reporter: David Castro
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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
(v8.20.1#820001)