Tag Archives: maven

Nexus 2 Install

Install * Download Nexus 2 from here * Unzip into: C:\prog\nexus * Change listening port if needed: – cd C:\prog\nexus\nexus-2.14.19-01\conf – edit nexus.properties # Jetty section application-port=8082 * Change java if needed: – edit C:\prog\nexus\nexus-2.14.19-01\bin\jsw\conf\wrapper.conf: wrapper.java.command=C:\prog\jdk1.8.0_221\bin\java * Install wrapper service: … Continue reading

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