From commits-return-6713-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Fri Dec 28 06:03:47 2012 Return-Path: X-Original-To: apmail-continuum-commits-archive@www.apache.org Delivered-To: apmail-continuum-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 C9441EAC4 for ; Fri, 28 Dec 2012 06:03:47 +0000 (UTC) Received: (qmail 45686 invoked by uid 500); 28 Dec 2012 06:03:47 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 45644 invoked by uid 500); 28 Dec 2012 06:03:46 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 45609 invoked by uid 99); 28 Dec 2012 06:03:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2012 06:03:45 +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, 28 Dec 2012 06:03:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 84DC62388962; Fri, 28 Dec 2012 06:03:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1426411 - /continuum/site/pom.xml Date: Fri, 28 Dec 2012 06:03:21 -0000 To: commits@continuum.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121228060321.84DC62388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brett Date: Fri Dec 28 06:03:21 2012 New Revision: 1426411 URL: http://svn.apache.org/viewvc?rev=1426411&view=rev Log: moved svnpubsub configuration to parent Modified: continuum/site/pom.xml Modified: continuum/site/pom.xml URL: http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=1426411&r1=1426410&r2=1426411&view=diff ============================================================================== --- continuum/site/pom.xml (original) +++ continuum/site/pom.xml Fri Dec 28 06:03:21 2012 @@ -41,48 +41,18 @@ http://svn.apache.org/viewvc/continuum/site/ - - - org.apache.maven.plugins - maven-site-plugin - 3.2 - - ${basedir}/src/site - - true - - - - stage-for-scm-publish - post-site - - stage - - - false - - - - - - org.apache.maven.plugins - maven-scm-publish-plugin - 1.0-beta-2 - - ${checkoutDirectory} - true - - - - scm-publish - site-deploy - - publish-scm - - - - - + + + + org.apache.maven.plugins + maven-site-plugin + + ${basedir}/src/site + + + + + true @@ -124,54 +94,6 @@ - UTF-8 https://svn.apache.org/repos/asf/continuum/site-publish - site-publish - - - setup-checkout - - - site-publish - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - prepare-checkout - pre-site - - run - - - - - - - - - - - - - - - - - - - - - - - - - -