1. Nexus Introduction
Nexus is a powerful MAVEN warehouse manager that greatly simplifies the maintenance of its internal warehouses and access to external warehouses. With Nexus you can have full control over every artifact in your maintained warehouse in just one place. Nexus is a set of "out-of-the-box" systems that do not require a database, which organizes data using the file system plus lucene. The Nexus uses ExtJS to develop the interface, using Restlet to provide complete rest APIs that are integrated with eclipse through M2eclipse. Nexus supports WebDAV with LDAP secure identity authentication.
2. Installation and Deployment 2.1
Http://www.sonatype.com/download-oss-sonatype
2.2 Installation
1. Unpack the installation package
TAR–ZXVF nexus-3.0.0-03-unix.tar.gz
2. Modify the JDK Path
Nexus3.0.0 version requires JDK1.8 version
a), Cd/data/nexus-3.0.0-03/bin
b), VI Nexus
c), add JDK configuration
install4j_java_home_override=/data/jdk1.8.0_91
3. Modify the user used
A), vi nexus.rc
b), add configuration
Run_as_user=root
4. Start Nexus Service
./Nexus
2.3 Successful Verification
Visit http://XXX:8081 to see if you can jump to the Nexus page
Use of Nexus3.0.0+maven (i)