Reputation: 3184
I'm looking for CLI or Rest API command which allows to set (or update?) properties to artifact with specified GAV and repository name. Is it possible?
The artifact shouldn't be uploaded, it's already there (in Artifactory Maven repository).
Upvotes: 0
Views: 1729
Reputation: 3506
There you go:
Using this REST API you can just add properties on an artifact in Artifactory.
Upvotes: 1