artifactory-client-java icon indicating copy to clipboard operation
artifactory-client-java copied to clipboard

Uploading also a pom file when uploading an artifact

Open jkrizanic opened this issue 8 years ago • 1 comments

How to upload a pom file together with an artifact? Is it possible to do it with the library?

jkrizanic avatar May 12 '16 09:05 jkrizanic

@jkrizanic, the client does not currently include a single API for uploading an artifact with its pom. You can create an API in your java code that uses the java-client's API to upload both artifacts (uploading the pom last is recommended).

eyalbe4 avatar May 13 '16 02:05 eyalbe4