NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step by step instructions for integration into a maven project in an eclipse environment:

  • Requires Example environment technology includes Java 1.7, Maven 3.2.3, Git, and Eclipse Neon or some other maven enabled Eclipse IDE. 
  • This example assumes some familiarity with Eclipse and Maven.
  • Run git clone https://github.com/lexevs/LexEVS_Distributed_Client.git
  • Change working directory to LexEVS_Distributed_Client
  • Run

    Code Block
    languagebash
    mvn clean install

    , if tests fail you may add -DskipTests

  • Create a new Java Project in Eclipse
  • Configure as a Maven project
  • Add as dependency to the pom file:

...