I tried doing a mvn deploy for oss.jfrog.org for my project. However I am getting this error:
mvn deploy
Caused by: org.apache.maven.wagon.TransferFailedExcept
simple shouldn't be a part of your URL. Artifactory thinks that simple is the name of the repository and oss-snapshot-local is a part of your groupId. Since pom shows a different groupId, it fails with 409.
simple
oss-snapshot-local
groupId