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 E66D2173CA for ; Thu, 16 Apr 2015 04:11:22 +0000 (UTC) Received: (qmail 7838 invoked by uid 500); 16 Apr 2015 04:11:22 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 7810 invoked by uid 500); 16 Apr 2015 04:11:22 -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 7801 invoked by uid 99); 16 Apr 2015 04:11:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2015 04:11:22 +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; Thu, 16 Apr 2015 04:10:58 +0000 Received: (qmail 7048 invoked by uid 99); 16 Apr 2015 04:10:55 -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; Thu, 16 Apr 2015 04:10:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 786A4E0921; Thu, 16 Apr 2015 04:10:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 16 Apr 2015 04:11:08 -0000 Message-Id: <370d26e3a9bf45729fd90107aadf4c80@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/39] 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-690 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 + +