Artifactory Excercise -Sujeeth

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOps School!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Assignment #1

1) What are the Top maven goals we have?

mvn clean
mvn install
mvn deploy
2) What are the Ports being used in Artifactory and why? Create a table and describe it.
External Network Port8081
8082 ( for Web Access )
Internal Network Ports (default)8081 for Artifactory
8040 and 8045 for Access
8048 and 9092 for the Replicator
8070 for Web
8086 for Metadata
8082, 8046, 8047, 8049, and 8091 for the Router
8061, and 8062 for Events
3) Find out which maven goal help you to upload a artifact?

mvn deploy
4) Find out which gradle tasks help you to upload a artifact?

maven-publish