You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/04/26 17:38:34 UTC

[25/51] [abbrv] ignite git commit: IGNITE-5088: Fixed OSGI test build instructions.

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 <vo...@gridgain.com>
Authored: Wed Apr 26 17:19:19 2017 +0300
Committer: devozerov <vo...@gridgain.com>
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: