Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 259B010C19 for ; Tue, 31 Dec 2013 00:05:30 +0000 (UTC) Received: (qmail 37155 invoked by uid 500); 31 Dec 2013 00:05:29 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 37006 invoked by uid 500); 31 Dec 2013 00:05:29 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 36998 invoked by uid 99); 31 Dec 2013 00:05:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2013 00:05:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of phil.steitz@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pb0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2013 00:05:21 +0000 Received: by mail-pb0-f48.google.com with SMTP id md12so12031586pbc.21 for ; Mon, 30 Dec 2013 16:05:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=j7+D2WFKf6LQzGnmK6j6Gm95G/NY/Jy3vsQD2fRs9H0=; b=knOGR7oN+OUefwLBRJgWzzADiYf3LG8cmuveig6OJ8CpjErqDuPrjpXXxqenjIPD70 B61eKaZYeV3uFL0gs54M/jLNq+0SVUq8KGEGnISqJEf9W/m1JP2UwEUH7ddKNdTX9w2A 1fR9dsuxv/lVlrCIIhHSCocl/8KJtVnaVidjzKNq661b7BUA3o0YawHQ0lU8zHL+23Fz RpTVgEChMyvSPdBi7jMvE4g692NCyLMfRw+pWSHrjbCb1yY8bxWRW9d2BzRbonUat7DY YiIzdaM+0PnyFeXUj72q90pFWaxm9lFQLh69NGkVAMtwDu6idVLZGkj9Z60o6JmVH1lU zShQ== X-Received: by 10.69.19.225 with SMTP id gx1mr72375664pbd.62.1388448300084; Mon, 30 Dec 2013 16:05:00 -0800 (PST) Received: from [192.168.2.107] (ip72-208-109-243.ph.ph.cox.net. [72.208.109.243]) by mx.google.com with ESMTPSA id nl7sm84148561pbc.6.2013.12.30.16.04.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Dec 2013 16:04:59 -0800 (PST) Message-ID: <52C20A2A.70500@gmail.com> Date: Mon, 30 Dec 2013 16:04:58 -0800 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Commons Developers List Subject: [help] restoring javadocs to site Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I ran with scissors and tried mvn site-deploy and it seems to have (sic) *deleted* the previous javadoc versions from the site svn. How can I get these back? How can I avoid this trauma each time I try to publish the site? I guess I can just cp the local mvn site gen to a direct checkout the svn pub-sub. Is that what others do? Sorry I probably missed good instructions on this somewhere. Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org