Take your first step into the world of DevOps with this course, which will help you to learn about the methodologies and tools used to develop, deploy, and operate high-quality software.
Get enrolled for the most advanced and only course in the WORLD which can make you an expert and proficient Architect in DevOps, DevSecOps and Site Reliability Engineering (SRE) principles together.
Step 11 – Modify a pom.xml with a repository where you want to upload a artifact using Maven
Step 12 – Modify a setting.xml with a repository permission with a new user created
Step 13 – Important – repository id in pom.xml(distributionManagement element) and access id in setting.xml (server element) must match.+
Step 14 – Run maven deploy to upload artifact
# To Upload Snapshot version of Artifact, Make sure pom.xml version element must be with SNAPSHOT
$ mvn deploy
# To Upload Releasde version of Artifact, Make sure pom.xml version element must be without SNAPSHOT
$ mvn deploy
«
Prev
1
/
1
Next
»
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#1 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#2 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#3 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#4 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#5 of 5