Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E831F10717 for ; Mon, 9 Dec 2013 11:36:15 +0000 (UTC) Received: (qmail 25955 invoked by uid 500); 9 Dec 2013 11:36:11 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 25754 invoked by uid 500); 9 Dec 2013 11:36:05 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 25642 invoked by uid 99); 9 Dec 2013 11:36:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 11:36:00 +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, 09 Dec 2013 11:35:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BD7F22388A02; Mon, 9 Dec 2013 11:35:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1549556 - /maven/jxr/trunk/pom.xml Date: Mon, 09 Dec 2013 11:35:37 -0000 To: commits@maven.apache.org From: michaelo@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131209113537.BD7F22388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: michaelo Date: Mon Dec 9 11:35:37 2013 New Revision: 1549556 URL: http://svn.apache.org/r1549556 Log: Correct value of scm publish to publish-scm goal. Modified: maven/jxr/trunk/pom.xml Modified: maven/jxr/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1549556&r1=1549555&r2=1549556&view=diff ============================================================================== --- maven/jxr/trunk/pom.xml (original) +++ maven/jxr/trunk/pom.xml Mon Dec 9 11:35:37 2013 @@ -106,7 +106,7 @@ under the License. org.apache.maven.plugins maven-scm-publish-plugin - ${project.reporting.outputDirectory} + ${project.build.directory}/staging/${maven.site.path} scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path} ${maven.site.cache}/${maven.site.path} true