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

MySQL high concurrency method to generate unique order number

Preface After this blog post was published, some ...

How to modify the root password of mysql in docker

The first step is to create a mysql container doc...

JavaScript tips to help you improve your coding skills

Table of contents 1. Filter unique values 2. Shor...

Implementation of MySQL GRANT user authorization

Authorization is to grant certain permissions to ...

Linux echo text processing command usage and examples

The description of echo in the Linux help documen...

Add ?v= version number after js or css to prevent browser caching

Copy code The code is as follows: <span style=...

Linux kernel device driver kernel time management notes

/****************** * Linux kernel time managemen...

Discussion on the problem of garbled characters in iframe page parameters

I encountered a very unusual parameter garbled pro...

MySQL index principle and usage example analysis

This article uses examples to illustrate the prin...

Encapsulate a simplest ErrorBoundary component to handle react exceptions

Preface Starting from React 16, the concept of Er...

React antd realizes dynamic increase and decrease of form

I encountered a pitfall when writing dynamic form...

Detailed explanation of Json format

Table of contents A JSON is built on two structur...

JS implements multiple tab switching carousel

Carousel animation can improve the appearance and...