Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 24238 invoked from network); 18 Aug 2008 23:19:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 23:19:35 -0000 Received: (qmail 4856 invoked by uid 500); 18 Aug 2008 23:19:32 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 4841 invoked by uid 500); 18 Aug 2008 23:19:32 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 4830 invoked by uid 99); 18 Aug 2008 23:19:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 16:19:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.217.11 as permitted sender) Received: from [209.85.217.11] (HELO mail-gx0-f11.google.com) (209.85.217.11) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 23:18:33 +0000 Received: by gxk4 with SMTP id 4so4298451gxk.11 for ; Mon, 18 Aug 2008 16:19:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=oYCUApH6DHVVIZ4DT9V9xBCCMNFo/uffHaoBmD0HJlo=; b=wz4bTDT8fc0RujKxFJqlbHZoTR1A1dATNnzQi/2bKAoHQOVunahmJuhUmwnJac9oe2 BhzPdTgy3JalCX3QiPEi5Pv5kp+hEXd9JHtq1v8n2GAl8Fx5GEe+W2NzGagY9VKt7rU4 kRRv2dxa2uDMbyuUtBkWcvfnyPFB5zqwSJ96I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YPG3XMEyfM7fnE2N+pm3nEa7PFEIdftxrBB7LYdv09s9Y7qeK+wFY6l3lDJvS6rKSO VuPHR96fjNrVqmhO4DJTcGL9u3AsDRJurAeT9e5YKGIG1b6/FwItkP7/KDOarK05Lb4N 95VZAy/1Y006KH+vQjpXoBJ04BaMqJZ7FVLJ0= Received: by 10.150.182.17 with SMTP id e17mr10593127ybf.139.1219101541813; Mon, 18 Aug 2008 16:19:01 -0700 (PDT) Received: by 10.150.154.10 with HTTP; Mon, 18 Aug 2008 16:19:01 -0700 (PDT) Message-ID: Date: Mon, 18 Aug 2008 16:19:01 -0700 From: "Wendy Smoak" To: "Struts Developers List" Subject: Re: Struts2 Maven Archetypes In-Reply-To: <9f960bad0808181414o5c15e2b1gaa5145869026db36@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19035437.post@talk.nabble.com> <9f960bad0808181139k6fe8fc0ax8ac9baf0f69c5a0b@mail.gmail.com> <19038872.post@talk.nabble.com> <9f960bad0808181414o5c15e2b1gaa5145869026db36@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Aug 18, 2008 at 2:14 PM, Lukasz Lenart wrote: > I had the same problem few days ago, please check which version of > maven-archetype-plugin you have? If it is 2.0-alpha-2 or less, remove > the whole directory. With the latest 2.0-alpha-3 the is no problem > with Struts2 archetypes (even if they are missed from mentioned repo). > More details here http://jira.codehaus.org/browse/ARCHETYPE-199 mvn archetype:generate and choosing #20 doesn't work for me... it's looking for 2.0.9-SNAPSHOT of the struts-blank archetype, which isn't available. A released version of a Maven plugin really shouldn't be trying to download snapshots of anything. :( Snapshots are not safe to depend on, unless you're building and/or hosting them yourself so you know they're present in the repo you're using. The right answer here is for the Struts devs to release the archetypes. Any volunteers? :) (It's on my list, but it's a _very_ long list. I can make time to help if someone else wants to learn the release process though.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org