Artifactory/JFrog is producing the wrong parent artifactId in generated POM
Solution 1:
When you use mvn deploy
maven deploys the pom.xml
file as separated artifact. But when you uploads the jar file with artifactory's web ui and asks artifactory to generate the pom file, I guess it generates it from the data presents in the jar. So the artifactory isn't aware about existing of a parent project.