[
https://issues.apache.org/jira/browse/ARCHETYPE-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed ARCHETYPE-443.
------------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> 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
(v7.6.3#76005)