Skip to content
Advertisement

Tag: maven-deploy-plugin

Using Maven to deploy release build to Artifactory results in 403 Forbidden but works for snapshots

I’m having an issue deploying my Spring Boot JARs to the company’s internal libs-release-local repository. When I run the mvn deploy:deploy-file command with the appropriate arguments, it deploys successfully from my workstation: The above repositoryId is defined in my home directory’s settings.xml. When I run the same command in GitLab CI, I get the following: Both myself and our service

Advertisement