Tag Archives: maven

Nexus 3 Install

Setup Env set MAVEN_HOME=c:\prog\apache-maven-3.6.1 set JAVA_HOME=C:\prog\jdk1.8.0_221 set path=%JAVA_HOME%/bin;%path% Install Nexus 3 * Download, e.g. nexus-3.28.1-01-win64.zip, from https://help.sonatype.com/repomanager3/download * Unzip, e.g. into C:\prog\nexus so you have C:\prog\nexus\nexus-3.28.1-01 Change Listingin Port * Change listening port if needed: – edit both etc/nexus.properties and … Continue reading

Posted in Uncategorized | Tagged , | Comments Off on Nexus 3 Install