> 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. > > Is there a way to make it ask for properties in a specific > (non-alphabetical) order? >
If your tests show they are re-ordered, then the answer is currently now I believe. But I would say re-ordering would be a bug so please file a ticket. > Is there a way to make it ask for a property in a way that doesn't display > the value on screen (for passwords)? > Not that I know of. File a ticket and maybe provide a patch? /Anders > > -- > Mikael Ståldal > Chief Software Architect > *Appear* > Phone: +46 8 545 91 572 > Email: [email protected] >
