How to upload the jar package to nexus via the web page

How to upload the jar package to nexus via the web page

When using Maven to manage projects, how to upload the jar package to a private warehouse? The following is a brief introduction to the upload method.

Environment: nexus private library

Here are the steps:

1. Log in to the installed nexus private warehouse, as shown in the figure:


2. Click "Repositories" on the left menu and select "3rd party" from the right list


3. Click "3rd party" and select artifact Upload, as shown below:



4. The artifact upload interface displays GAV Parameter, groupId, artifactId, Version, Packaging and other parameters, as shown in the figure:


5. After filling in the above parameters, select the jar package to be uploaded, click "add artifact", and finally click the "save" button, as shown in the following figure:



Note: This method only uploads the jar package. Reference the current jar through Maven, and cannot obtain the jar's dependencies

Select the pom file and jar by using the from pom method. When you import a jar through Maven, the dependencies of the jar are automatically loaded.

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 use Nexus to add jar packages to private servers
  • Getting started with Maven: Using Nexus to build a Maven private server and upload and download jar packages
  • Using Docker to build a Nexus private warehouse to implement Maven private service
  • How to publish Maven project (jar package) to Nexus private server
  • Nexus3x creates a private repository and uploads the jar package using gradle

<<:  MySQL encryption and decryption examples

>>:  Ubuntu MySQL 5.6 version removal/installation/encoding configuration file configuration

Recommend

A brief discussion on several ways to pass parameters in react routing

The first parameter passing method is dynamic rou...

VMware12.0 installation Ubuntu14.04 LTS tutorial

I have installed various images under virtual mac...

An example of how JavaScript can prevent duplicate network requests

Preface During development, we often encounter va...

Implementation steps for setting up the React+Ant Design development environment

Basics 1. Use scaffolding to create a project and...

How to modify the group to which a user belongs in Linux

Modify the group to which a user belongs in Linux...

Detailed installation tutorial for MySQL zip archive version (5.7.19)

1. Download the zip archive version from the offi...

A brief analysis of the basic implementation of Vue detection data changes

Table of contents 1. Object change detection 2. Q...

Detailed explanation of Js class construction and inheritance cases

The definition and inheritance of classes in JS a...

js implements array flattening

Table of contents How to flatten an array 1. Usin...

Detailed explanation of the available environment variables in Docker Compose

Several parts of Compose deal with environment va...

Upgrade Docker version of MySQL 5.7 to MySQL 8.0.13, data migration

Table of contents 1. Back up the old MySQL5.7 dat...

JavaScript event loop case study

Event loop in js Because JavaScript is single-thr...

HTML realizes real-time monitoring function of Hikvision camera

Recently the company has arranged to do some CCFA...

Continuous delivery using Jenkins and Docker under Docker

1. What is Continuous Delivery The software produ...

Vue encapsulates the public function method of exporting Excel data

vue+element UI encapsulates a public function to ...