jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
519 stars 223 forks source link

jfrog mvn deploy not add vcs.revision to artifact #2578

Open JohnLiTangshan opened 1 week ago

JohnLiTangshan commented 1 week ago

I use jfrog mvn deploy to upload artifact to artifactory, but the vcs.revision property is not added to artifacts. While using jfrog rt upload it will add the vcs.revision property. How to make jfrog mvn have the same behavior?