Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JNoSQL/Compile


How to Compile the JNoSQL project

To compile the JNoSQL project we need to follow the steps bellow:

To Compile JNoSQL-Parent


To Compile JNoSQL-Diana


To Compile JNoSQL-Artemis


To Compile JNoSQL-Diana-Driver

  • Fork and clone the JNoSQL-Parent project: https://github.com/eclipse/jnosql-diana-driver
  • git clone git@github.com:eclipse/jnosql-diana-driver.git
  • cd jnosql-diana-driver
  • Each subproject has a specific configuration to run integration test, go to read.me to get more information.
  • To compile and skip the tests:
  • mvn clean install -DskipTests


To Compile JNoSQL-Diana-Driver

Back to the top