You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mikael Ståldal (JIRA)" <ji...@codehaus.org> on 2013/07/03 13:26:05 UTC

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

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