Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 38535 invoked from network); 1 Jul 2008 13:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 13:14:25 -0000 Received: (qmail 78497 invoked by uid 500); 1 Jul 2008 13:14:20 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 78250 invoked by uid 500); 1 Jul 2008 13:14:19 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 78234 invoked by uid 99); 1 Jul 2008 13:14:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 06:14:19 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kaolinsnf@gmail.com designates 64.233.170.190 as permitted sender) Received: from [64.233.170.190] (HELO rn-out-0910.google.com) (64.233.170.190) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 13:13:29 +0000 Received: by rn-out-0910.google.com with SMTP id v46so231692rnb.9 for ; Tue, 01 Jul 2008 06:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=8OLgwnfhtpSw2ZoBNdkq+C+Vv/EeEZC+dYZxnHFGroY=; b=TwyGYRCofEh/bBiFPHI3VayJ4/4o+vsMCFcW3itGgy2qcuJDpiWG2zeNSF/pVY4DXe t5VTIMsGy8gunQm+h+YF0Yqg2/Zt1838PijvryiJdAbWIV8w1cNYi7xNbhNj7VOoLB4u j3+CDt2krzbX+dSVx5zJijFcTxa7mm3gOZWs8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=XowfMH4xIAf6fo/XHeAjFvUBCtKEOeU//UpAWFk3XmKHRkb6ik4DoEaHakNskIU/iS EESs1rMp4B8+KB7S7s/D7tbDs86FlGsCGjbE6OzTsePE+RVIe1AuVwWCtldqiK0Q+vgz 75UPOES5icjnWB2yepTN1qmm89jmuDB5chuSw= Received: by 10.151.78.11 with SMTP id f11mr8149818ybl.100.1214918029698; Tue, 01 Jul 2008 06:13:49 -0700 (PDT) Received: by 10.150.91.17 with HTTP; Tue, 1 Jul 2008 06:13:49 -0700 (PDT) Message-ID: Date: Tue, 1 Jul 2008 15:13:49 +0200 From: "Julien Simon" To: "Maven Users List" Subject: Re: Adding custom link to the report of mvn site. In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1092_9830379.1214918029657" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1092_9830379.1214918029657 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, If you want to add a link in the menu of the site generated by maven, you could add the file site.xml under src/site/site.xml with something like the following content : Have a look at http://maven.apache.org/guides/mini/guide-site.html or "The Maven Definitive Guide" p.380 for more information. ------=_Part_1092_9830379.1214918029657--