The deployment environment is windowsxpFirst download the latest version of Nexus from Http://nexus.sonatype.rog/downloadsWe can download it according to individual needs. There are nexus-webapp-1.9.2.3-bundle.zip and other systems running
The deployment environment is Windows XP.
First download the latest Nexus version from the http://nexus.sonatype.rog/downloads
We can download it as needed. There is a compressed file or war package nexus-webapp-1.9.2.3.war running by other systems
Nexus Introduction
Nexus is the maven Repository Manager. If you use Maven, you can download the required components (artifact) from the maven central repository. However, this is generally not a good practice, you should set up a Maven repository
By setting up your own private server, you can reduce the load on the central repository, save Internet bandwidth, accelerate Maven building, and deploy components on your own, so as to effectively use Maven. Nexus is currently the most popular
The advantage of using Maven is that you can manage various dependencies of the project in a unified manner. You can download the dependency from the maven central library or third-party library by setting the dependency in the POM file. However,
After the local build has the following advantages: 1, accelerate the construction; 2, save bandwidth, 3, save the central Maven warehouse bandwidth, 4, stable (when the central server problem) 5, control and audit, 6, can deploy Third-party
Access http://nexus.sonatype.org/downloads/download Nexus.
To start a nexus is to start a Web server whose default address is localhost:8081. The Nexus runs in a servlet container called jetty, and it starts with a local service wrapper called
1. Why is nexus used?
If there is no private server, all the components we need must be downloaded to the local machine through the maven central repository and third-party Maven repository, the repeated download of components from a Maven
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.