Incorporates Hibernate Spatial geospatial database engine into OMAR applications. This repository is checked out by multiple Jenkins pipelines and built as a gradle plugin by each app's gradle build.
- OMAR_COMMON_PROPERTIES
Only required for Jenkins pipelines or if you are running Nexus and/or Openshift locally
- OPENSHIFT_USERNAME
- OPENSHIFT_PASSWORD
- REPOSITORY_MANAGER_USER
- REPOSITORY_MANAGER_PASSWORD
- Git clone the following repo or git pull the latest version if you already have it.
git clone https://github.com/ossimlabs/omar-common.git
git clone https://github.com/ossimlabs/omar-hibernate-spatial.git
-
Set OMAR_COMMON_PROPERTIES environment variable to the omar-common-properties.gradle (it is part of the omar-common repo).
-
Install omar-hibernate-spatial-plugin
cd omar-hibernate-spatial/plugins/omar-hibernate-spatial-plugin
gradle clean install