Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4E1EF44C for ; Thu, 18 Apr 2013 16:42:06 +0000 (UTC) Received: (qmail 66217 invoked by uid 500); 18 Apr 2013 16:42:06 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 66105 invoked by uid 500); 18 Apr 2013 16:42:05 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 66071 invoked by uid 99); 18 Apr 2013 16:42:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 16:42:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of manfred@simpligility.com designates 69.89.13.14 as permitted sender) Received: from [69.89.13.14] (HELO vancouverislandjavausergroup.virtual.vps-host.net) (69.89.13.14) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 16:41:57 +0000 Received-SPF: pass (vancouverislandjavausergroup.virtual.vps-host.net: domain of manfred@simpligility.com designates 127.0.0.1 as permitted sender) receiver=vancouverislandjavausergroup.virtual.vps-host.net; client-ip=127.0.0.1; helo=vancouverislandjavausergroup.virtual.vps-host.net; envelope-from=manfred@simpligility.com; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0; Received: from vancouverislandjavausergroup.virtual.vps-host.net (localhost.localdomain [127.0.0.1]) by vancouverislandjavausergroup.virtual.vps-host.net (8.14.3/8.14.3) with ESMTP id r3IGfauw028189 for ; Thu, 18 Apr 2013 12:41:36 -0400 Received: (from apache@localhost) by vancouverislandjavausergroup.virtual.vps-host.net (8.14.3/8.14.3/Submit) id r3IGfavH028187; Thu, 18 Apr 2013 12:41:36 -0400 X-Authentication-Warning: localhost.localdomain: apache set sender to manfred@simpligility.com using -f Received: from 24.68.152.10 (SquirrelMail authenticated user manfred) by www.mosabuam.com with HTTP; Thu, 18 Apr 2013 12:41:36 -0400 Message-ID: <83b053da2b8147291bf8b6f369a4758a.squirrel@www.mosabuam.com> In-Reply-To: References: Date: Thu, 18 Apr 2013 12:41:36 -0400 Subject: Re: The archetype/archetype-catalog mess From: "Manfred Moser" To: "Maven Developers List" Reply-To: manfred@simpligility.com User-Agent: SquirrelMail/1.4.20-1eapps MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org You would be earning a lot of brownie points I am sure! There are a bunch of open questions around this and the perception that the archetype system is pretty much dead on stackoverflow and other places. This could fix a lot of those concerns.. manfred > Currently, maven-archetype-plugin ignores the configured Maven > infrastructure when fetching the archetype-catalog. That is, it is > hard-coded to get the catalog from central. This causes problems in > environments where Internet access is restricted and a MRM is used. Also, > in cases where Internet is accessible I think the current behavior where > configured repositories/mirrors are ignored is strange. I would expect my > Maven configuration to be honored and the catalog to downloaded from my > configured remote repos (incl. mirrors). > > Do anyone object if I do some drastic changes to this logic in the plugin? > I'm thinking that the plugin should follow the Maven configuration and not > have anything hard-coded in itself wrt where to get the archetype > catalog(s) from. > Related tickets are ARCHETYPE-427 and ARCHETYPE-358 primarily, but it > touches on other ones as well. > > /Anders > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org