Analysis of the process of configuring Alibaba Cloud proxy warehouse based on Nexus

Analysis of the process of configuring Alibaba Cloud proxy warehouse based on Nexus

The default remote repository of Nexus is https://repo1.maven.org/maven2/

Maven's default remote repository is https://repo1.maven.org/maven2/

The default remote repository of aliyun is http://maven.aliyun.com/nexus/content/groups/public/

When building Nexus, the default central repository is maven, which is a foreign website and is very slow. Here we add Alibaba Cloud proxy warehouse for everyone

The first step is to add a proxy

Don't forget to save after entering.

Step 2: Add aliyun to the Public Repositories group

Step 3: Update index optional

The index package is large, it is recommended to download the offline version online and put it into \nexus\sonatype-work\nexus\indexer\aliyun-ctx

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to create a Docker repository using Nexus
  • How to build your own Nexus private server in Linux
  • How to upload the jar package to nexus via the web page
  • How to use nexus to build a Maven private server and idea in a local area network
  • Detailed steps for setting up a nexus server
  • CentOS7 Nexus installation steps detailed introduction
  • Maven nexus installation nexus private server problems and solutions
  • Nexus private server construction principle and tutorial analysis

<<:  uniapp realizes the recording upload function

>>:  MYSQL performance analyzer EXPLAIN usage example analysis

Recommend

Centos8 bridge static IP configuration method in VMware virtual machine

1. Make sure the network connection method is bri...

MySQL 5.7 installation and configuration tutorial under CentOS7 (YUM)

Installation environment: CentOS7 64-bit, MySQL5....

Docker-compose quickly builds steps for Docker private warehouse

Create docker-compose.yml and fill in the followi...

Basic tutorial on controlling Turtlebot3 mobile robot with ROS

Chinese Tutorial https://www.ncnynl.com/category/...

...

7 native JS error types you should know

Table of contents Overview 1. RangeError 2. Refer...

Design Story: The Security Guard Who Can't Remember License Plates

<br />In order to manage the vehicles enteri...

Detailed explanation of the correct use of the count function in MySQL

1. Description In MySQL, when we need to get the ...

A comprehensive analysis of what Nginx can do

Preface This article only focuses on what Nginx c...

MySQL 8.0 New Features - Introduction to Check Constraints

Table of contents Preface Check Constraints Creat...

Example analysis of mysql shared lock and exclusive lock usage

This article uses examples to illustrate the usag...