Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 75651 invoked from network); 3 Nov 2008 18:23:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 18:23:13 -0000 Received: (qmail 59202 invoked by uid 500); 3 Nov 2008 18:23:11 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 59139 invoked by uid 500); 3 Nov 2008 18:23:11 -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 59128 invoked by uid 99); 3 Nov 2008 18:23:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 10:23:11 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.217.31 as permitted sender) Received: from [209.85.217.31] (HELO mail-gx0-f31.google.com) (209.85.217.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 18:21:56 +0000 Received: by gxk12 with SMTP id 12so635277gxk.3 for ; Mon, 03 Nov 2008 10:21:37 -0800 (PST) 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 :content-transfer-encoding:content-disposition:references; bh=AFMcoLaNEzEwBTtrineZ9Bfal5/7KpD5E53WUYmgy5E=; b=vcE67LKpRR+sV2RRq34KNPTIVnOU8NjvvhjJ5c2PAyY5O3gljWBb0aSH4NjeYr0XQ4 7Rp8blwdzO/2OFMaZjPHurHCFZDvuqYXRtldKU37+A2GWyL0lFOqAOSo8Bj4Z5XCCcDa A1YGmFnKyxwmcJMwO6Zwyuoy/jwJSvfhJYdME= 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:content-transfer-encoding:content-disposition :references; b=JHIKanNGeUXfl5bD856CE8diJuhofwVcSYly703fBkSmdJ4W9NyQ2IENL16Ymktdfn qJxrkNz5ffbB+3RN+7tynpTCMndUY7/HUxCQS5KgsDkNSyuPIFvL/jr1HU2EDGEO6IU1 bb2ZnfuhC3x7QOSttsyUR83pSuGVQLzqfzxCw= Received: by 10.214.43.7 with SMTP id q7mr575533qaq.210.1225736497366; Mon, 03 Nov 2008 10:21:37 -0800 (PST) Received: by 10.214.181.7 with HTTP; Mon, 3 Nov 2008 10:21:37 -0800 (PST) Message-ID: Date: Mon, 3 Nov 2008 12:21:37 -0600 From: "Wendy Smoak" To: "Maven Users List" Subject: Re: [Maven 2.0.9] Site output directory in target while deploy In-Reply-To: <20306310.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20306310.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Nov 3, 2008 at 10:55 AM, Emmanuel S=E9guin = wrote: > To make it quick here is my problem : > I'm using the site:deploy goal in my mvn command line to deploy the maven > site somewhere on my disks and it's working fine. In the same time i'd li= ke > my site to be generated in my target directory (which is ok under > /target/site) but in the target/${maven.build.finalName}/doc directory. > Is it possible and how ? Some property to put in the pom.xml ? Try configuring the outputDirectory for the site plugin. (I'm not really sure how that differs from generatedSiteDirectory...) http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html --=20 Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org