Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 058EE9AA3 for ; Fri, 30 Dec 2011 03:08:55 +0000 (UTC) Received: (qmail 78792 invoked by uid 500); 30 Dec 2011 03:08:54 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 78465 invoked by uid 500); 30 Dec 2011 03:08:52 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 78447 invoked by uid 99); 30 Dec 2011 03:08:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 03:08:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 03:08:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 768492388A6C for ; Fri, 30 Dec 2011 03:08:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1225736 - /commons/proper/pool/branches/POOL_1_X/pom.xml Date: Fri, 30 Dec 2011 03:08:30 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111230030830.768492388A6C@eris.apache.org> Author: ggregory Date: Fri Dec 30 03:08:30 2011 New Revision: 1225736 URL: http://svn.apache.org/viewvc?rev=1225736&view=rev Log: Add support for ssh/scp for site deployment. Modified: commons/proper/pool/branches/POOL_1_X/pom.xml Modified: commons/proper/pool/branches/POOL_1_X/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1225736&r1=1225735&r2=1225736&view=diff ============================================================================== --- commons/proper/pool/branches/POOL_1_X/pom.xml (original) +++ commons/proper/pool/branches/POOL_1_X/pom.xml Fri Dec 30 03:08:30 2011 @@ -139,6 +139,24 @@ + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + + org.apache.maven.wagon + wagon-ssh + 2.2 + + + + + + src/java src/test