Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 53366 invoked from network); 7 Dec 2006 08:10:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 08:10:30 -0000 Received: (qmail 25148 invoked by uid 500); 7 Dec 2006 08:10:38 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 24789 invoked by uid 500); 7 Dec 2006 08:10:37 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 24780 invoked by uid 99); 7 Dec 2006 08:10:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 00:10:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 00:10:26 -0800 Received: by wx-out-0506.google.com with SMTP id i28so464232wxd for ; Thu, 07 Dec 2006 00:10:05 -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=KJwD1SskaJ+HXZWHQ3fHMoDDVTv3/5BHqem6kpb0zGOTVhJa6SXOuPRS7/ZHfgJNavRB9PPF5EjHMi43DaD2aR0b3SGTH2ISk2fgI8Cm9k2Tz4xQmZ9z+npDr7AT98ARx9l8OppOpT4qpkaEcdQEbydyaWWJJ+bLrkNlgac5R98= Received: by 10.90.86.10 with SMTP id j10mr2098799agb.1165479005183; Thu, 07 Dec 2006 00:10:05 -0800 (PST) Received: by 10.90.27.7 with HTTP; Thu, 7 Dec 2006 00:10:05 -0800 (PST) Message-ID: <510143ac0612070010g630e2b63x47fb3461ffc816d3@mail.gmail.com> Date: Thu, 7 Dec 2006 10:10:05 +0200 From: "Jukka Zitting" To: dev@jackrabbit.apache.org Subject: Re: Jackrabbit and Maven In-Reply-To: <05A01805-62AD-442F-AECD-43E4AE9A030D@gbiv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0612040116w995984bhf6421b64e860e4d3@mail.gmail.com> <4573EE58.4030902@gmx.de> <510143ac0612040204r5d99e4b6ocbd003ab673a700e@mail.gmail.com> <510143ac0612040404k791e75a1k7baa218b7aefb38c@mail.gmail.com> <05A01805-62AD-442F-AECD-43E4AE9A030D@gbiv.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 12/7/06, Roy T. Fielding wrote: > Are we going to move the site generation from core to the parent? Yes. The initial instructions for building the site are: $ svn checkout https://svn.apache.org/repos/asf/jackrabbbit/trunk jackrabbit $ cd jackrabbit $ mvn site ... and then copying the contents of target/site to the checkout of jackrabbit/site to be committed. I haven't yet configured "mvn site:deploy" to do automate the copying. I'll still need to update the jackrabbit-core README, the "Building Jackrabbit" page and the new committer instructions to match the new layout. > It would be nice to start documenting those projects that have moved > up out of the contrib section. Agreed. They all have now at least a proper README, but getting some documentation also on the web site is important. BR, Jukka Zitting