Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 540B318EDA for ; Wed, 4 Nov 2015 23:34:16 +0000 (UTC) Received: (qmail 75233 invoked by uid 500); 4 Nov 2015 23:34:16 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 75193 invoked by uid 500); 4 Nov 2015 23:34:16 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 75183 invoked by uid 99); 4 Nov 2015 23:34:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 23:34:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E0788DFE13; Wed, 4 Nov 2015 23:34:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-14764 Stop using post-site target Date: Wed, 4 Nov 2015 23:34:15 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master 48be35cb7 -> 21b607e32 HBASE-14764 Stop using post-site target Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/21b607e3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/21b607e3 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/21b607e3 Branch: refs/heads/master Commit: 21b607e322df0404c9941bc3dd12faef6b7957fe Parents: 48be35c Author: Misty Stanley-Jones Authored: Thu Nov 5 07:31:59 2015 +1000 Committer: Misty Stanley-Jones Committed: Thu Nov 5 09:34:01 2015 +1000 ---------------------------------------------------------------------- pom.xml | 100 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 50 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/21b607e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e007586..e306f01 100644 --- a/pom.xml +++ b/pom.xml @@ -909,7 +909,7 @@ transform - pre-site + site @@ -967,54 +967,6 @@ org.apache.maven.plugins - maven-resources-plugin - - false - - - copy-htaccess - - copy-resources - - post-site - - ${project.reporting.outputDirectory}/ - - - ${basedir}/src/main/site/resources/ - - .htaccess - - - - - - - - copy-empty-book-dir - - copy-resources - - post-site - - ${project.reporting.outputDirectory}/ - - - ${basedir}/src/main/site/resources/ - - book/** - - - - - - - - \ - - - - org.apache.maven.plugins maven-site-plugin 3.4 false @@ -1089,6 +1041,54 @@ org.apache.maven.plugins + maven-resources-plugin + + false + + + copy-htaccess + + copy-resources + + site + + ${project.reporting.outputDirectory}/ + + + ${basedir}/src/main/site/resources/ + + .htaccess + + + + + + + + copy-empty-book-dir + + copy-resources + + site + + ${project.reporting.outputDirectory}/ + + + ${basedir}/src/main/site/resources/ + + book/** + + + + + + + + \ + + + + org.apache.maven.plugins maven-antrun-plugin ${maven.antrun.version} false @@ -1096,7 +1096,7 @@ rename-pdf - post-site + site