I am using a gradle maven-publish plugin to deploy the artifact in the Artifactory. I can see that a folder with the package is being created but in that folder only the jar file exits and no .pom file exits.
Normally in the artifactory publish examples I have seen that each folder (version) contains the jar file and a .pom file.
My Questions are - 1. Is it necessary to have the supporting .pom file inside the folder? 2. What exactly the .pom functions in there?
Thanks