Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94D0B10994 for ; Fri, 14 Jun 2013 19:35:42 +0000 (UTC) Received: (qmail 49786 invoked by uid 500); 14 Jun 2013 19:35:40 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 49677 invoked by uid 500); 14 Jun 2013 19:35:39 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 49669 invoked by uid 99); 14 Jun 2013 19:35:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 19:35:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anders.g.hammar@gmail.com designates 74.125.82.53 as permitted sender) Received: from [74.125.82.53] (HELO mail-wg0-f53.google.com) (74.125.82.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 19:35:33 +0000 Received: by mail-wg0-f53.google.com with SMTP id y10so857313wgg.32 for ; Fri, 14 Jun 2013 12:35:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=g9nwBFxWzLMlMrDUZmu+ISi6bpJmLwEzuqjtnwiEZys=; b=Z+liAXfexN4wqryyL7khuB9SCCI4lGYDisp7UwEbT4WEQyZXTs9pfJxW4mEY+mHGJd J7cA3DHchiODpxvEwF2EOlHCT4JKZGN4tTfsC8fzxRZSXvBo+dPN8+gd0Awb8gMy3wNB Ihp9Q628TXVOGjmtdFHrTQdHoCqQPntXrc+6xh27+Q5XGGF5hC+OoUC4MiwpzH+Sg/cy IV2+mQxi8M2Ant6Ogyqp8fdS91qED+vys++JUoj2zzh1017clPoBa7KMUXM+V91ICwGn hQh1SXh91TadQC9jlps95OZx1k++61yL69O9gfIDqPBPGSZu+jAzZDtEAepgR5rHXcKG elOg== MIME-Version: 1.0 X-Received: by 10.194.1.226 with SMTP id 2mr2365245wjp.91.1371238513776; Fri, 14 Jun 2013 12:35:13 -0700 (PDT) Sender: anders.g.hammar@gmail.com Received: by 10.194.176.170 with HTTP; Fri, 14 Jun 2013 12:35:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Jun 2013 21:35:13 +0200 X-Google-Sender-Auth: BW9O8mRokLRVpXKLiaTJlCPfgOA Message-ID: Subject: Re: Maven archetype properties From: Anders Hammar To: Maven Users List Content-Type: multipart/alternative; boundary=047d7b3a82d4841f9604df225835 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a82d4841f9604df225835 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > I have an archetype with some properties which Maven asks for > when instantiating the archetype. From archetype-metadata.xml: > > > > > > > > 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 displa= y > the value on screen (for passwords)? > Not that I know of. File a ticket and maybe provide a patch? /Anders > > -- > Mikael St=E5ldal > Chief Software Architect > *Appear* > Phone: +46 8 545 91 572 > Email: mikael.staldal@appearnetworks.com > --047d7b3a82d4841f9604df225835--