Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 50803 invoked from network); 3 Jun 2006 19:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2006 19:29:38 -0000 Received: (qmail 2290 invoked by uid 500); 3 Jun 2006 19:29:32 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 2273 invoked by uid 500); 3 Jun 2006 19:29: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 2262 invoked by uid 99); 3 Jun 2006 19:29:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jun 2006 12:29:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mfncooper@gmail.com designates 64.233.184.226 as permitted sender) Received: from [64.233.184.226] (HELO wr-out-0506.google.com) (64.233.184.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Jun 2006 12:29:31 -0700 Received: by wr-out-0506.google.com with SMTP id i12so730404wra for ; Sat, 03 Jun 2006 12:29:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=OKYMEYzUAgXxPX80mCCxmcJJad+1TyWTl2zmt3gHXwCD0H1Q24GriDDND07cDb2fvlaZNvIxgorWqhA+7ow2wV+4M+1Vlj4JRUJEI7z4Udk1eCDtu4Rntxuyk33w6qWVW6fHUQHq1tUvpx2WGnk7w7Nkw9wzx/ybwhPKGJcupHw= Received: by 10.54.117.2 with SMTP id p2mr3295011wrc; Sat, 03 Jun 2006 12:29:10 -0700 (PDT) Received: by 10.54.141.14 with HTTP; Sat, 3 Jun 2006 12:29:10 -0700 (PDT) Message-ID: <16d6c6200606031229k3d270f5ewb0ad537a524c36ce@mail.gmail.com> Date: Sat, 3 Jun 2006 12:29:10 -0700 From: "Martin Cooper" Sender: mfncooper@gmail.com To: "Struts Developers List" Subject: Re: Please test the Maven archetypes In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2001_19168569.1149362950051" References: X-Google-Sender-Auth: a2f5cdf498e47fe9 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_2001_19168569.1149362950051 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I just tried the struts-blank one. Very cool! I ran into one problem when building the generated app, though: [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.surefire:surefire-booter Reason: Error getting POM for 'org.apache.maven.surefire:surefire-booter' from the repository: Error transferring file org.apache.maven.surefire:surefire-booter:pom:2.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://svn.apache.org/maven-snapshot-repository), snapshots (http://snapshots.maven.codehaus.org/maven2) One other thought: Should we set up a default goal (e.g. 'package')? -- Martin Cooper On 6/2/06, Wendy Smoak wrote: > > In the sandbox, we have Maven archetypes for both "Shale Blank" and > "Action Blank". > > Here are the README files with instructions: > > > http://svn.apache.org/repos/asf/struts/sandbox/trunk/archetypes/shale-blank/README.txt > > > http://svn.apache.org/repos/asf/struts/sandbox/trunk/archetypes/action-blank/README.txt > > Please give them a try and let me know if you find any issues. I'd > like to move them out of the sandbox (up to > struts/maven/trunk/archetypes) if there are no objections. (Does this > need a vote?) > > You may need to use "-U" on the command line with 'mvn > archetype:create' to make sure you have the latest Archetype plugin. > Prior versions didn't support the 'remoteRepositories' attribute. > > Thanks, > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > ------=_Part_2001_19168569.1149362950051--