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 2EF9117DAF for ; Wed, 15 Apr 2015 11:42:03 +0000 (UTC) Received: (qmail 41086 invoked by uid 500); 15 Apr 2015 11:42:03 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 41059 invoked by uid 500); 15 Apr 2015 11:42:03 -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 41048 invoked by uid 99); 15 Apr 2015 11:42:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 11:42:03 +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; Wed, 15 Apr 2015 11:41:39 +0000 Received: (qmail 36814 invoked by uid 99); 15 Apr 2015 11:40:21 -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, 15 Apr 2015 11:40:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 99CA5E0332; Wed, 15 Apr 2015 11:40:21 +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: Wed, 15 Apr 2015 11:40:34 -0000 Message-Id: <3f33989f23f741dca9a668540849bdd4@git.apache.org> In-Reply-To: <5136bac4c8a342c6a59ff0066cf8d1b7@git.apache.org> References: <5136bac4c8a342c6a59ff0066cf8d1b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/32] incubator-ignite git commit: gg-10074 X-Virus-Checked: Checked by ClamAV on apache.org gg-10074 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4964c058 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4964c058 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4964c058 Branch: refs/heads/ignite-746-debug Commit: 4964c058ad9ab3798e282530e61ccebb3e781ece Parents: 5cdded6 Author: Anton Vinogradov Authored: Mon Apr 13 19:49:17 2015 +0300 Committer: Anton Vinogradov Committed: Mon Apr 13 19:49:17 2015 +0300 ---------------------------------------------------------------------- modules/codegen/pom.xml | 12 ++++++++++++ pom.xml | 8 ++++++++ 2 files changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4964c058/modules/codegen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index cd978af..4853a4c 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -52,4 +52,16 @@ ${project.version} + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4964c058/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f887532..a4fd95b 100644 --- a/pom.xml +++ b/pom.xml @@ -428,6 +428,14 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + true + +