artifactory-client-java
artifactory-client-java copied to clipboard
Uploading also a pom file when uploading an artifact
How to upload a pom file together with an artifact? Is it possible to do it with the library?
@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).