Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97D8F11DF5 for ; Fri, 15 Aug 2014 03:34:31 +0000 (UTC) Received: (qmail 923 invoked by uid 500); 15 Aug 2014 03:34:26 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 881 invoked by uid 500); 15 Aug 2014 03:34:26 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 868 invoked by uid 99); 15 Aug 2014 03:34:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2014 03:34:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0E6679C4679; Fri, 15 Aug 2014 03:34:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jeagles@apache.org To: commits@tez.apache.org Message-Id: <9956c5a1ea134bb78521226769664e2e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: TEZ-1388. mvn site is slow and generates errors (jeagles) Date: Fri, 15 Aug 2014 03:34:26 +0000 (UTC) Repository: tez Updated Branches: refs/heads/master 02bf86598 -> 8daccdb09 TEZ-1388. mvn site is slow and generates errors (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/8daccdb0 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/8daccdb0 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/8daccdb0 Branch: refs/heads/master Commit: 8daccdb09404a9441a80fba4695b2ed4dd30a6c9 Parents: 02bf865 Author: Jonathan Eagles Authored: Thu Aug 14 22:34:02 2014 -0500 Committer: Jonathan Eagles Committed: Thu Aug 14 22:34:02 2014 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + docs/pom.xml | 1 - pom.xml | 27 ++++++++++++++++----------- 3 files changed, 17 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/8daccdb0/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index de71ff4..c63c985 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -59,6 +59,7 @@ INCOMPATIBLE CHANGES TEZ-1410. DAGClient#waitForCompletion() methods should not swallow interrupts TEZ-1416. tez-api project javadoc/annotations review and clean up TEZ-1425. Move constants to TezConstants + TEZ-1388. mvn site is slow and generates errors Release 0.4.0-incubating: 2014-04-05 http://git-wip-us.apache.org/repos/asf/tez/blob/8daccdb0/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 1488677..953d714 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -518,7 +518,6 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.7 http://git-wip-us.apache.org/repos/asf/tez/blob/8daccdb0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0d44b09..b58ab96 100644 --- a/pom.xml +++ b/pom.xml @@ -637,7 +637,7 @@ true - + true true false @@ -722,14 +722,6 @@ org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - false - - - - org.apache.maven.plugins maven-deploy-plugin 2.8.1 @@ -738,7 +730,7 @@ maven-gpg-plugin 1.4 - + org.codehaus.mojo build-helper-maven-plugin 1.8 @@ -752,7 +744,7 @@ - + org.codehaus.mojo buildnumber-maven-plugin 1.1 @@ -984,4 +976,17 @@ + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.7 + + false + + + + +