Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 78208 invoked from network); 12 Apr 2006 17:21:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 17:21:53 -0000 Received: (qmail 56170 invoked by uid 500); 12 Apr 2006 17:21:36 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 56109 invoked by uid 500); 12 Apr 2006 17:21:36 -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 56080 invoked by uid 99); 12 Apr 2006 17:21:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 10:21:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wsmoak@gmail.com designates 64.233.162.205 as permitted sender) Received: from [64.233.162.205] (HELO zproxy.gmail.com) (64.233.162.205) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 10:21:35 -0700 Received: by zproxy.gmail.com with SMTP id 9so1585317nzo for ; Wed, 12 Apr 2006 10:21:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fWpFEx0IInz1lSYDxUHcnuF/23/5H6hiTVrYRxUOqpVnwSCw0gR9B3SU8qkJmRFSvKYQHh96QwDhDZ0qerZw7YRdQdRQVMv5QlGXIOlDKcNqf5g2fGkVDuh0C//FbavvF+JSWeo1ZiBRbcbiD0AqSEDnSuqLY+tmgr6F9Ukphws= Received: by 10.36.81.17 with SMTP id e17mr3341155nzb; Wed, 12 Apr 2006 10:21:14 -0700 (PDT) Received: by 10.36.252.61 with HTTP; Wed, 12 Apr 2006 10:21:14 -0700 (PDT) Message-ID: Date: Wed, 12 Apr 2006 10:21:14 -0700 From: "Wendy Smoak" To: "Struts Developers List" Subject: Re: Maven 2 build working, more to come In-Reply-To: <443D2999.2010404@twdata.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4435CF4B.8090700@twdata.org> <443BFBA2.6010803@twdata.org> <443D2999.2010404@twdata.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/12/06, Don Brown wrote: > So can we say we have an assembly building and can restart the nightlies? All 25MB of it. :) Example:=20 http://cvs.apache.org/builds/struts/maven/trunk/nightly/struts-action/ The procedure here should work the same for nightlies as releases.=20 You can change 'deploy' to 'install' to avoid publishing the snapshots to maven-snapshot-repository. http://wiki.apache.org/struts/StrutsMavenRelease > What remains before releasing 1.3.2 from a build perspective? The website? I rearranged struts/site, and the FAQs aren't working.=20 I might just be a missing 'id' attribute, though. (See followup post commenting on r393500.) The main site and menu need to be re-worked to reflect the simplified Action/Shale/Tiles organization. I think Struts Action needs a 'top level' site: struts/action/trunk/src/site/*. If that were published to s.a.o/struts-action, then struts-core, struts-taglib, etc., could go below it. (For example:=20 http://struts.apache.org/struts-shale/shale-tiger/ ). We may have to publish each module separately, I have a feeling the changes that make site aggregation work in m2 are not yet released.=20 Each pom needs a / section with the correct path. (See struts/pom/pom.xml for an example.) I'd like to move the src/conf and conf/java files into src/main/resources and remove the tags from the pom, also. This page should capture everything a developer needs to know to work with the build, so please add to it as you discover things, or even add empty sections with questions if you have any. http://wiki.apache.org/struts/StrutsMaintenanceMaven Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org