You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chris McFarland (Jira)" <ji...@apache.org> on 2020/07/15 13:37:00 UTC

[jira] [Commented] (ARCHETYPE-443) User defined properties are asked for in alphabetical order

    [ https://issues.apache.org/jira/browse/ARCHETYPE-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17158166#comment-17158166 ] 

Chris McFarland commented on ARCHETYPE-443:
-------------------------------------------

This is a significant but w/ an easy fix. Why close it? You will be doing the community a great service by knocking this bug out.

> User defined properties are asked for in alphabetical order
> -----------------------------------------------------------
>
>                 Key: ARCHETYPE-443
>                 URL: https://issues.apache.org/jira/browse/ARCHETYPE-443
>             Project: Maven Archetype
>          Issue Type: Bug
>          Components: Generator
>         Environment: Maven 3.0.5
>            Reporter: Mikael Ståldal
>            Priority: Minor
>
> I have an archetype with some properties which Maven asks for
> when instantiating the archetype. From archetype-metadata.xml:
>      <requiredProperties>
>          <requiredProperty key="domain"/>
>          <requiredProperty key="username"/>
>          <requiredProperty key="password"/>
>      </requiredProperties>
> The problem is that it asks for the properties in another order than
> specified in the file, it seems to be in alphabetical order.
> I expect it to ask for the properties in the same order as specified in 
> archetype-metadata.xml.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)