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

Integrate with jib-maven-plugin? #86

Open TobiX opened 9 months ago

TobiX commented 9 months ago

Is your feature request related to a problem? Please describe.

When doing "plain" maven builds, this plugin already allows "seamless" integration, but if the build contains a jib step, an additional run of JFrog CLI (or other external tools) is needed.

Describe the solution you'd like to see

In the simplest case, this plugin would detect a jib run inside the current build and "just" upload the correct metadata at the end of the build, so the jib images are associated with the maven build.

Describe alternatives you've considered

No response

Additional context

No response