Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CCFA4200C62 for ; Wed, 26 Apr 2017 19:38:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB98D160BD1; Wed, 26 Apr 2017 17:38:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 279FE160BCD for ; Wed, 26 Apr 2017 19:38:11 +0200 (CEST) Received: (qmail 39717 invoked by uid 500); 26 Apr 2017 17:38:11 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 39184 invoked by uid 99); 26 Apr 2017 17:38:11 -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, 26 Apr 2017 17:38:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D906FE1892; Wed, 26 Apr 2017 17:38:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Wed, 26 Apr 2017 17:38:34 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [25/51] [abbrv] ignite git commit: IGNITE-5088: Fixed OSGI test build instructions. archived-at: Wed, 26 Apr 2017 17:38:13 -0000 IGNITE-5088: Fixed OSGI test build instructions. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/34a5ae3c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/34a5ae3c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/34a5ae3c Branch: refs/heads/ignite-5075-cacheStart Commit: 34a5ae3c052f5de836f9b7434492711de41826d0 Parents: 6998785 Author: devozerov Authored: Wed Apr 26 17:19:19 2017 +0300 Committer: devozerov Committed: Wed Apr 26 17:19:19 2017 +0300 ---------------------------------------------------------------------- modules/osgi/README.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/34a5ae3c/modules/osgi/README.txt ---------------------------------------------------------------------- diff --git a/modules/osgi/README.txt b/modules/osgi/README.txt index 35b133d..7e46032 100644 --- a/modules/osgi/README.txt +++ b/modules/osgi/README.txt @@ -43,12 +43,7 @@ Bundles are provisioned into the container via mvn: URLs. For this to work, you top directory of the Ignite source tree, including the install goal, which provisions the modules into your local Maven repository: - mvn clean install -Plgpl - -Neither compiling and running the tests, nor generating Javadocs are necessary. To disable these steps, -use these switches: - - -DskipTests -Dmaven.test.skip=true -Dmaven.javadoc.skip=true + mvn clean install -Plgpl -Dmaven.javadoc.skip=true You may then run the OSGi test suite: