Mikael Ståldal created ARCHETYPE-443: ----------------------------------------
Summary: User defined properties are asked for in alphabetical order Key: ARCHETYPE-443 URL: https://jira.codehaus.org/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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira