Use of Nexus3.0.0+maven (i)

Source: Internet
Author: User
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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.