Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-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 0AE3B97EF for ; Wed, 21 Sep 2011 22:10:55 +0000 (UTC) Received: (qmail 58097 invoked by uid 500); 21 Sep 2011 22:10:54 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 57883 invoked by uid 500); 21 Sep 2011 22:10:53 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 57874 invoked by uid 99); 21 Sep 2011 22:10:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2011 22:10:53 +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; Wed, 21 Sep 2011 22:10:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 915F1238890A for ; Wed, 21 Sep 2011 22:10:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1173889 - /tomcat/maven-plugin/trunk/pom.xml Date: Wed, 21 Sep 2011 22:10:30 -0000 To: dev@tomcat.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110921221030.915F1238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Wed Sep 21 22:10:30 2011 New Revision: 1173889 URL: http://svn.apache.org/viewvc?rev=1173889&view=rev Log: make distribution urls configurable Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1173889&r1=1173888&r2=1173889&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Wed Sep 21 22:10:30 2011 @@ -47,6 +47,9 @@ false 2.9 4.9 + scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository + scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version} @@ -272,16 +275,16 @@ apache.releases Apache Release Distribution Repository - scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository + ${distributionReleaseUrl} apache.snapshots Apache Development Snapshot Repository - scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + ${distributionSnapshotsUrl} apache.website - scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version} + ${distributionSiteUrl} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org