NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

The purpose of this document is to document the the migration of the Nexus server  to to NCI and how how LexEVS builds need to be updated. 

...

This migration will require the LexEVS build scripts to be updated.

Existing Builds

LexEVS 6.4.1 was built pointing to the original Nexus server. They LexEVS projects can be separated into maven and ant builds.

Maven Builds

The following projects are maven projects:

...

The maven projects can be rebuilt without modifying the pom.xml files.  

 

The following maven settings options will need to be set to set the correct https protocols.  This can be done with the following command:

Code Block
titlemaven opts
export MAVEN_OPTS="-Dhttps.protocols=TLSv1.1,TLSv1.2 -Dforce.http.jre.executor=true -Xmx3072m -XX:MaxPermSize=752m"

 

There are LexEVS 6.4.1 artifacts that have been migrated to the NCI Nexus server that contain POM.XML files.  These POM files point to the old Nexus server that is no longer in service.  The old Nexus server can be overridden to point to the new NCI Nexus service. This can be done by adding a settings.xml file to <user>/.m2/ directory.  The contents of this file should include mirror repositories to the NCI Nexus server. Below is an example of what the settings.xml file needs to contain:

...