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:36 UTC

[27/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/74f11e84
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/74f11e84
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/74f11e84

Branch: refs/heads/ignite-5075-cacheStart
Commit: 74f11e84daf3d953db8093357ffe94fe35a81c7b
Parents: 50fe5aa
Author: devozerov <vo...@gridgain.com>
Authored: Wed Apr 26 17:25:01 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Wed Apr 26 17:25:01 2017 +0300

----------------------------------------------------------------------
 modules/osgi/README.txt | 25 -------------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/74f11e84/modules/osgi/README.txt
----------------------------------------------------------------------
diff --git a/modules/osgi/README.txt b/modules/osgi/README.txt
index 7e46032..439c450 100644
--- a/modules/osgi/README.txt
+++ b/modules/osgi/README.txt
@@ -33,28 +33,3 @@ dependency like this (replace '${ignite.version}' with actual Ignite version you
     </dependencies>
     ...
 </project>
-
-Running the tests in this module
---------------------------------
-
-We use the Pax Exam framework to fire up an Apache Karaf container (forked process) in order to execute the OSGi tests.
-
-Bundles are provisioned into the container via mvn: URLs. For this to work, you must have run a full build from the
-top directory of the Ignite source tree, including the install goal, which provisions the modules into your local
-Maven repository:
-
-   mvn clean install -Plgpl -Dmaven.javadoc.skip=true
-
-You may then run the OSGi test suite:
-
-   mvn test -Dtest=IgniteOsgiTestSuite
-
-NOTE: This test uses environment variables set by the maven-surefire-plugin configuration. If you are running the
-test suite from within an IDE, either run it via Maven or set these environment variables manually in your
-Run/Debug configuration:
-
-  - projectVersion
-  - karafVersion
-  - camelVersion
-
-See the pom.xml file of this module to understand which values to set.