And after invoking "mvn deploy" I get the buildUrl metadata in our Artifactory instance to have a link to the upload artifact related CI job.
But what should be better is to follow "convention over configuration" maven principle, especially about publisher part for which info already exist in distributionManagement tag and in settings.xml to allow maven deploy plugin to upload artifact.
Hello,
If I understand correctly this maven plugin make job of jfrog cli in a maven context to upload buildinfo as described in "Running maven" section of https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-BuildIntegration.
In my Gitlab CI context I have following pom.xml config:
And after invoking "mvn deploy" I get the buildUrl metadata in our Artifactory instance to have a link to the upload artifact related CI job. But what should be better is to follow "convention over configuration" maven principle, especially about publisher part for which info already exist in distributionManagement tag and in settings.xml to allow maven deploy plugin to upload artifact.
Regards.