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 85323174F2 for ; Mon, 6 Apr 2015 18:54:40 +0000 (UTC) Received: (qmail 62480 invoked by uid 500); 6 Apr 2015 18:54:40 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 62451 invoked by uid 500); 6 Apr 2015 18:54:40 -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 62442 invoked by uid 99); 6 Apr 2015 18:54:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 18:54:40 +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; Mon, 06 Apr 2015 18:54:09 +0000 Received: (qmail 59662 invoked by uid 99); 6 Apr 2015 18:54:04 -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; Mon, 06 Apr 2015 18:54:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DF497E186A; Mon, 6 Apr 2015 18:54:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 06 Apr 2015 18:54:25 -0000 Message-Id: <986c864fd5c749e9bd88a306c38cc4de@git.apache.org> In-Reply-To: <91d966c211f74c76b512d2fe8e0b6c96@git.apache.org> References: <91d966c211f74c76b512d2fe8e0b6c96@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/50] 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-477 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 + + + + + + + + + + + + + + + + + +