Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 9A8B71757C for ; Tue, 7 Apr 2015 08:45:35 +0000 (UTC) Received: (qmail 74185 invoked by uid 500); 7 Apr 2015 08:45:35 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 74116 invoked by uid 500); 7 Apr 2015 08:45:35 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 74051 invoked by uid 99); 7 Apr 2015 08:45:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 08:45:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Apr 2015 08:45:33 +0000 Received: (qmail 73758 invoked by uid 99); 7 Apr 2015 08:45:14 -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; Tue, 07 Apr 2015 08:45:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7B60E2F1A; Tue, 7 Apr 2015 08:45:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Tue, 07 Apr 2015 08:45:19 -0000 Message-Id: In-Reply-To: <710d381b61e74b20bc87e0ad8748cb68@git.apache.org> References: <710d381b61e74b20bc87e0ad8748cb68@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/50] [abbrv] incubator-ignite git commit: ignite-667 X-Virus-Checked: Checked by ClamAV on apache.org ignite-667 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/aae951e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/aae951e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/aae951e7 Branch: refs/heads/ignite-665 Commit: aae951e7703a559685fc1d1f26d841b40eacb29c Parents: 5c575f6 Author: avinogradov Authored: Mon Apr 6 14:52:31 2015 +0300 Committer: avinogradov Committed: Mon Apr 6 14:52:31 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/aae951e7/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 8affeef..5ba2437 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -535,6 +535,25 @@ + + + org.apache.maven.plugins + maven-javadoc-plugin + + + module-javadoc + + jar + + install + + + ${project.basedir}/${project.parent.relativePath}/../assembly/docfiles/javadoc.css + + + + + @@ -644,36 +663,6 @@ - release - - true - [1.8,) - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - module-javadoc - - jar - - package - - - ${project.basedir}/${project.parent.relativePath}/../assembly/docfiles/javadoc.css - - - - - - - - - - surefire-fork-count-1