This sample project resolves dependencies from Artifactory and deploys the build artifacts to Artifactory.
Artifactory Pro / Artifactory SAAS
In the Maven project, configure the following Artifactory credentials, under CI/CD Settings > Secret variables: ARTIFACTORY_URL, ARTIFACTORY_USER, ARTIFACTORY_PASS, and MAVEN_REPO_KEY.
Place a .gitlab-ci.yml file in the root of your project, as used in this sample project.
View the published artifacts and build information in Artifactory.