Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 11932 invoked from network); 1 Dec 2005 19:33:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 19:33:04 -0000 Received: (qmail 84432 invoked by uid 500); 1 Dec 2005 19:33:02 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 84365 invoked by uid 500); 1 Dec 2005 19:33:01 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 84352 invoked by uid 99); 1 Dec 2005 19:33:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 11:33:01 -0800 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 sean.schofield@gmail.com designates 64.233.162.201 as permitted sender) Received: from [64.233.162.201] (HELO zproxy.gmail.com) (64.233.162.201) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 11:34:28 -0800 Received: by zproxy.gmail.com with SMTP id i11so344874nzi for ; Thu, 01 Dec 2005 11:32:37 -0800 (PST) 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=cZeCXxWMTrv0p8MLjlFgyjgWqezP6NwxGT8yn0ZBojrgS1RdjBQdTjxo0F2Bqke7Z1gRPe4973NGpwzmkR/oC86agn8ZgBlpViTORqgTcvmZbIKp8EYxCOhPMpdQc+TVELgvKakreCj+fNU1s9oxTvqkoE64KTLLV3gy7MReSLM= Received: by 10.36.196.12 with SMTP id t12mr1772854nzf; Thu, 01 Dec 2005 11:32:37 -0800 (PST) Received: by 10.36.252.31 with HTTP; Thu, 1 Dec 2005 11:32:37 -0800 (PST) Message-ID: <2387fbc50512011132g77d96638o8b8f54499fde584@mail.gmail.com> Date: Thu, 1 Dec 2005 14:32:37 -0500 From: Sean Schofield To: MyFaces Development Subject: Re: Maven scripts? In-Reply-To: <438F4720.2040609@atanion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2387fbc50511290629t4c5da7b7x2625c57afe282a5@mail.gmail.com> <1a681ff20511291446x741d43g@mail.gmail.com> <2387fbc50511291459h6bc8cef1v340204d1b52df93f@mail.gmail.com> <2387fbc50511300547j857fcadr21043a80e8e4b9b3@mail.gmail.com> <438DDC80.8010401@atanion.com> <2387fbc50511301551l4da7f10fucd70a4a0fe9b0551@mail.gmail.com> <2387fbc50512010608k1803a25ck538dbe95a9ccb79e@mail.gmail.com> <2387fbc50512010726x78f84032j39c9f60d954a2cf6@mail.gmail.com> <438F4720.2040609@atanion.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N @ Brend: Thanks for the info. @ Everyone: I moved all of the resources in the test repository. So now they are included in the jars. The only major thing left is transforming and including the TLD's. Then its on to examples, javadoc and site. So far so good ... sean On 12/1/05, Bernd Bohmann wrote: > Maybe: http://jira.codehaus.org/browse/MNG-1615 > > In > > maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/AbstractJarMoj= o.java > > is a @todo Add license files in META-INF directory. > > Sean Schofield schrieb: > > Quick question. How do you include LICENSE.txt in your jar file. > > Isn't it supposed to be automatic if its in your top level dir? > > > > sean > > > > On 12/1/05, Sean Schofield wrote: > > > >>I set up a wiki[1] to record the steps needed. If anyone wants to > >>move things around feel free. Just be sure to update the wiki so (a) > >>we know you did it (no emails from the test repos) and (b) we remember > >>to do it again when its time to reorg for real. > >> > >>sean > >> > >>[1] http://wiki.apache.org/myfaces/Maven_Reorg > >> > >>On 11/30/05, Sean Schofield wrote: > >> > >>>I've created a myfaces project in the *test* SVN repostiory[1]. I've > >>>only included the src files but the "resources" are also mixed in > >>>there and will need to come out. This is just for test purposes so > >>>that we can tweak the build. > >>> > >>>Maybe we should also start a wiki as we move things around so that we > >>>know what to do when we are ready for the real reorg. For now lets > >>>play with this repos (feel free to add stuff and modify the poms.) I > >>>could use some help with the resources next. > >>> > >>>mvn install from the root should do everything you need. > >>> > >>>Also, the site stuff is using a dev version (in my local repo) of the > >>>javadoc plugin but everything will be fine if you don't run the site > >>>command. > >>> > >>> > >>>sean > >>> > >>>[1] http://svn.apache.org/repos/test/myfaces/ > >>> > >>> > >>> > >>>On 11/30/05, Bernd Bohmann wrote: > >>> > >>>>Hello, > >>>> > >>>>I would prefer following approach: > >>>> > >>>>First we should create a 'common' package. > >>>>(proposal is done) > >>>> > >>>>Then we move the source to the src/main/java, > >>>>src/main/resources and src/test/java folders > >>>>and change the ant scripts. > >>>> > >>>>Afterwards we can start creating the pom's. > >>>> > >>>>Until the maven build is stable the build files and the pom's exists = in > >>>>parallel. > >>>> > >>>>After the maven build is stable we should define the names of the > >>>>artifacts and change the directory names to the name of the artifact. > >>>>For example: > >>>>common -> myfaces-common > >>>>sandbox -> myfaces-sandbox > >>>>impl -> myfaces-imp > >>>>api -> myfaces-api > >>>>... > >>>> > >>>>I have no real opinion now, how the sites should organized. > >>>> > >>>>Best Regards > >>>> > >>>>Bernd > >>>> > >>> > > > > -- > Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development > Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com > phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333 >