jfrog / artifactory-maven-plugin

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.
https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin
Apache License 2.0
24 stars 26 forks source link

Publishing Build Info to Projects Using the Maven Artifactory Plugin #25

Closed samrjfrog closed 2 years ago

samrjfrog commented 2 years ago

We would like the ability to publish the build information from a Maven build to a specific project in Artifactory (as opposed to the general artifactory-build-info location) via the Artifactory Maven Plugin or customizable pom parameter.

Currently the only way to implement this is via the JFrog CLI which would greatly complicate our builds.

jghal commented 2 years ago

Is this duplicate of #21?

sverdlov93 commented 2 years ago

Hi @samrjfrog, artifactory-maven-plugin 3.4.0 is released and contains support for Artifactory Projects. Looking forward to your feedback on it.