Removed hard-coded version from integration test. (#9335)
authorKerry Billingham <jtkb@users.noreply.github.com>
Wed, 13 Sep 2017 14:19:16 +0000 (15:19 +0100)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Wed, 13 Sep 2017 14:19:16 +0000 (17:19 +0300)
commit31348f8c301f13b765ad42a4e141d982ccc1383f
tree0f4e6788d17d45ae374a235fc85fe41c29fb829e
parentbc09d1ba3bb26ba0ea5c2234e74adb9f3db4e2e4
Removed hard-coded version from integration test. (#9335)

Documented how to change the version of Maven to match OpenCV core and modified bash scripts accordingly.

Extracted integration test module and placed into own profile.

Configured CMake Maven plugin to use native CMake by default.

Updated documentation.
platforms/maven/.gitignore [new file with mode: 0644]
platforms/maven/README.md
platforms/maven/opencv-it/pom.xml
platforms/maven/opencv-it/src/test/java/org/opencv/osgi/DeployOpenCVTest.java
platforms/maven/opencv/pom.xml
platforms/maven/opencv/scripts/functions [new file with mode: 0755]
platforms/maven/opencv/scripts/properties
platforms/maven/pom.xml