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 B24E1175AB for ; Tue, 7 Apr 2015 08:46:09 +0000 (UTC) Received: (qmail 74082 invoked by uid 500); 7 Apr 2015 08:45:35 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 74013 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 73996 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 73728 invoked by uid 99); 7 Apr 2015 08:45:13 -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:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F26BE0664; 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:14 -0000 Message-Id: <127fcc02eb094bb7b2d394e8edb5e6bc@git.apache.org> In-Reply-To: <710d381b61e74b20bc87e0ad8748cb68@git.apache.org> References: <710d381b61e74b20bc87e0ad8748cb68@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/50] [abbrv] incubator-ignite git commit: ignite-678 X-Virus-Checked: Checked by ClamAV on apache.org ignite-678 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9a3373f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9a3373f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9a3373f2 Branch: refs/heads/ignite-665 Commit: 9a3373f2e64fcc86b9921eb2fd7a1aac14933429 Parents: e061985 Author: avinogradov Authored: Mon Apr 6 13:54:57 2015 +0300 Committer: avinogradov Committed: Mon Apr 6 13:54:57 2015 +0300 ---------------------------------------------------------------------- assembly/release-fabric.xml | 5 --- pom.xml | 95 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 89 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9a3373f2/assembly/release-fabric.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml index c3e6d35..3bd0997 100644 --- a/assembly/release-fabric.xml +++ b/assembly/release-fabric.xml @@ -86,11 +86,6 @@ - libs - /libs - - - examples /examples http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9a3373f2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 32da7eb..5390fe5 100644 --- a/pom.xml +++ b/pom.xml @@ -99,10 +99,7 @@ - clean-libs - - true - + dev-libs @@ -128,6 +125,29 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + false + + + dev-libs + + run + + package + + + + + + + + + + @@ -323,7 +343,7 @@ ${basedir}/assembly/dependencies-${ignite.edition}.xml - ${basedir} + ${basedir}/target/release-package libs false @@ -340,7 +360,7 @@ ${basedir}/assembly/dependencies-optional-${ignite.edition}.xml - ${basedir}/libs + ${basedir}/target/release-package/libs optional false @@ -453,5 +473,68 @@ examples + + + apache-release + + + + net.ju-n.maven.plugins + checksum-maven-plugin + 1.2 + + + + files + + install + + + + + + target + + ignite-${project.version}-source-release.zip + + + + + MD5 + SHA-1 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + false + + + apache-sources-pack + + run + + deploy + + + + + + + + + + + + + + + + + +