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 2D742D39A for ; Thu, 13 Dec 2012 10:58:50 +0000 (UTC) Received: (qmail 22910 invoked by uid 500); 13 Dec 2012 10:58:49 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 22761 invoked by uid 500); 13 Dec 2012 10:58:49 -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 22753 invoked by uid 99); 13 Dec 2012 10:58:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 10:58:49 +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; Thu, 13 Dec 2012 10:58:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 099952388AA6; Thu, 13 Dec 2012 10:58:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1421221 - /maven/shared/trunk/maven-shared-incremental/pom.xml Date: Thu, 13 Dec 2012 10:58:27 -0000 To: commits@maven.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121213105828.099952388AA6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Thu Dec 13 10:58:27 2012 New Revision: 1421221 URL: http://svn.apache.org/viewvc?rev=1421221&view=rev Log: configure site deployment Modified: maven/shared/trunk/maven-shared-incremental/pom.xml Modified: maven/shared/trunk/maven-shared-incremental/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-incremental/pom.xml?rev=1421221&r1=1421220&r2=1421221&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-incremental/pom.xml (original) +++ maven/shared/trunk/maven-shared-incremental/pom.xml Thu Dec 13 10:58:27 2012 @@ -40,6 +40,13 @@ http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-incremental + + + apache.website.svnpub + scm:svn:${svnUrl} + + + jira https://jira.codehaus.org/browse/MSHARED/component/15650 @@ -47,6 +54,12 @@ 2.2.1 + + ${user.home}/maven-sites + ${maven.sites.cache}/shared/${project.artifactId}-${project.version} + ${siteFilePath}-content + https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/${project.artifactId}-${project.version} + @@ -130,6 +143,58 @@ + + + org.apache.maven.plugins + maven-site-plugin + + true + + + + stage-for-scm-publish + post-site + + stage + + + false + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + 1.0-beta-2 + + Apache ${project.name} site deployment + + + + scm-publish + site-deploy + + publish-scm + + + + + + + + + site-release + + + ${maven.sites.cache}/shared/${project.artifactId} + ${siteFilePath}-content + https://svn.apache.org/repos/infra/websites/production/maven/content/shared/${project.artifactId} + + + + +