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 3A4349CD4 for ; Mon, 19 Sep 2011 16:16:43 +0000 (UTC) Received: (qmail 99302 invoked by uid 500); 19 Sep 2011 16:16:43 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 99236 invoked by uid 500); 19 Sep 2011 16:16:42 -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 99228 invoked by uid 99); 19 Sep 2011 16:16:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2011 16:16:42 +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; Mon, 19 Sep 2011 16:16:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EAEDE238897D for ; Mon, 19 Sep 2011 16:16:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1172683 - /commons/proper/commons-site/trunk/pom.xml Date: Mon, 19 Sep 2011 16:16:21 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110919161621.EAEDE238897D@eris.apache.org> Author: simonetripodi Date: Mon Sep 19 16:16:21 2011 New Revision: 1172683 URL: http://svn.apache.org/viewvc?rev=1172683&view=rev Log: added ssh wagon plugin (mvn3 doesn't support scp by default) Modified: commons/proper/commons-site/trunk/pom.xml Modified: commons/proper/commons-site/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/pom.xml?rev=1172683&r1=1172682&r2=1172683&view=diff ============================================================================== --- commons/proper/commons-site/trunk/pom.xml (original) +++ commons/proper/commons-site/trunk/pom.xml Mon Sep 19 16:16:21 2011 @@ -218,6 +218,14 @@ + + + + org.apache.maven.wagon + wagon-ssh + 1.0 + +