Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 24265 invoked from network); 5 Mar 2006 11:08:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Mar 2006 11:08:49 -0000 Received: (qmail 77711 invoked by uid 500); 5 Mar 2006 11:09:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 77639 invoked by uid 500); 5 Mar 2006 11:09:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 77626 invoked by uid 99); 5 Mar 2006 11:09:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2006 03:09:32 -0800 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 aheritier@gmail.com designates 64.233.184.197 as permitted sender) Received: from [64.233.184.197] (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2006 03:09:31 -0800 Received: by wproxy.gmail.com with SMTP id 71so950933wri for ; Sun, 05 Mar 2006 03:09:10 -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:references; b=eB3zABY836CdprKwn/MZeIIOQs/8g6RWy8N/G6xH3hPuAtU2z1k1eR9cwtRjcZMH2breSI22AyxUQiFSEcJ+MisROFYr6QXvXnoUyTo9/zWIDSI5q2yuQP1MvgNbs4kBx/r2hxKBRJsqanqdEVCHgJsRl+jVmSS8cuTUh5q2BVw= Received: by 10.65.203.18 with SMTP id f18mr2189361qbq; Sun, 05 Mar 2006 03:09:10 -0800 (PST) Received: by 10.65.182.1 with HTTP; Sun, 5 Mar 2006 03:09:10 -0800 (PST) Message-ID: <262c6c680603050309u7f937eefp682b4cd9c78d2064@mail.gmail.com> Date: Sun, 5 Mar 2006 12:09:10 +0100 From: "Arnaud HERITIER" To: "Jakarta Commons Developers List" Subject: Re: [pool] Dependency on Xerces In-Reply-To: <31cc37360603050131m723eefe8jee1790741ba6fecd@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1849_25154513.1141556950235" References: <4409EC2F.9020701@btopenworld.com> <31cc37360603050131m723eefe8jee1790741ba6fecd@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1849_25154513.1141556950235 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline What you can do in maven 1 it's to add a comment and a scope to these dependencies to explain that they are used only for the buildtime and not for the runtime. The documentation isn't yet updated. You can find it here : http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/xdoc= /properties.html#Pom_Settings In the xdoc plugin 1.9.2 I think that at least the comment property is displayed. You'll perhaps need to wait the version 1.10 to display the scope. Arnaud On 3/5/06, Henri Yandell wrote: > > I know M2 has stuff for this (different types of dependency). I think > for M1 you'd have to either use the maven.xml to tricky the plugin > that builds this page, or just write the page by hand and have the > navigation point to that hardcoded one. However I don't think we could > do that in our current site-nav structure though, don't think M1 lets > you modify the navigation links inside the project reports/info > sections. > > So a rather useless reply I guess :) Hopefully it'll lure someone else > into giving a constructive answer. > > Hen > > On 3/4/06, Stephen Colebourne wrote: > > I was confused for a while because the [pool] website says it is > > dependent on xerces and xml-apis. Now I have downloaded the source, I > > can see the comment about this being for maven only. > > > > Is there any way that these can be removed? The junit one can be remove= d > > (even though the mavenites tell you not to). > > > > The way the page is generated indicates that [pool] has dependencies, > > when in fact it doesn't. > > > > Stephen > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > ------=_Part_1849_25154513.1141556950235--