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 911A2180CE for ; Wed, 5 Aug 2015 09:01:50 +0000 (UTC) Received: (qmail 49476 invoked by uid 500); 5 Aug 2015 09:01:50 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 49445 invoked by uid 500); 5 Aug 2015 09:01:50 -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 49436 invoked by uid 99); 5 Aug 2015 09:01:50 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 09:01:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E802E19B509 for ; Wed, 5 Aug 2015 09:01:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gTGWnP2duoSF for ; Wed, 5 Aug 2015 09:01:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 2EBD02100B for ; Wed, 5 Aug 2015 09:01:41 +0000 (UTC) Received: (qmail 47929 invoked by uid 99); 5 Aug 2015 09:01:41 -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, 05 Aug 2015 09:01:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DF764DFE61; Wed, 5 Aug 2015 09:01:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.incubator.apache.org Message-Id: <43b46f5e66624abe880a2b77295c1685@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: IGNITE-843 Fixed maven build. Date: Wed, 5 Aug 2015 09:01:40 +0000 (UTC) Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 b2344a1bb -> b0cd7fc3c IGNITE-843 Fixed maven build. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b0cd7fc3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b0cd7fc3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b0cd7fc3 Branch: refs/heads/ignite-843 Commit: b0cd7fc3cf0590ccc5f13141fe28dfb087e077c0 Parents: b2344a1 Author: AKuznetsov Authored: Wed Aug 5 16:01:44 2015 +0700 Committer: AKuznetsov Committed: Wed Aug 5 16:01:44 2015 +0700 ---------------------------------------------------------------------- modules/control-center-agent/README.txt | 2 +- modules/control-center-agent/pom.xml | 2 +- modules/control-center-agent/src/assembly/build.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0cd7fc3/modules/control-center-agent/README.txt ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/README.txt b/modules/control-center-agent/README.txt index 71538d8..0ee9d76 100644 --- a/modules/control-center-agent/README.txt +++ b/modules/control-center-agent/README.txt @@ -23,4 +23,4 @@ Main command line arguments: Ignite Control Center Agent Build Instructions ====================================== - mvn clean package -Pcontrol-center -pl modules/control-center-agent -am -DskipTests + mvn clean package -pl :ignite-control-center-agent -am -P control-center -DskipTests=true http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0cd7fc3/modules/control-center-agent/pom.xml ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/pom.xml b/modules/control-center-agent/pom.xml index ef99ccb..63f0dcd 100644 --- a/modules/control-center-agent/pom.xml +++ b/modules/control-center-agent/pom.xml @@ -70,7 +70,7 @@ - agent-${version} + agent-${project.version} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b0cd7fc3/modules/control-center-agent/src/assembly/build.xml ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/src/assembly/build.xml b/modules/control-center-agent/src/assembly/build.xml index 1221318..942c36b 100644 --- a/modules/control-center-agent/src/assembly/build.xml +++ b/modules/control-center-agent/src/assembly/build.xml @@ -26,8 +26,8 @@ ${project.build.directory} / - agent-${version}.jar + agent-${project.version}.jar - \ No newline at end of file +