Jfrog Assignment – Palmeto_User03

What are the Top maven goals we have?

Here are some of the goals:
compile 
test compile
test 
install
deploy

What are the Ports being used in Artifactory and why? Create a table and describe it.

8081 & 8082
Default version of artifactory is 8081 to serve traffic.
Web Ui is accessible via port 8082.

Find out which maven goal help you to upload a artifact?

mvn deploy

Find out which gradle tasks help you to upload a artifact?

gradle : Task :artifactoryPublish