NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

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

 

The following maven settings 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"

 

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:

...