Nexus Configuration

You can use the NEXUS repository with MAVEN API to create pipeline versions.

NEXUS Configuration steps are as follows:

  1. Configure Maven in Gathr webserver machine.

  2. Download the Maven bundle apache-maven-3.6.3-bin.tar.gz from: Index of /maven/maven-3/3.6.3/binaries

  3. Untar the file and set MAVEN HOME.

  4. Configure settings.xml file located at MAVEN_HOME/conf/ folder.

  5. Configure settings.xml file for the Nexus login details under the server tag.

    mavensettings

    Configure settings.xml file for Nexus profile (repository) details under profile tag:

    settings-xml-Reposection

Top