I installed Artifactory and now I want to use a local repo to store maven dependencies that'll be used during the build. How can the dependencies be uploaded, please note the server is not connected to internet. How will the dependencies be uploaded manually and how will it be further used in the build.
I'm trying to create a local repo in Artifactory; I am creating it to store the dependencies but in the configuration it has checkboxes like:
(1)handle releases (2) handle snapshot (3)suppress pom consistency checks
Should I check on any of these options or uncheck all as it is only going to store the dependencies?
I am using it for the first time so have no idea about it. Also once the local is created please guide me on how to upload the dependencies with minimum effort.