arktekk / sbt-aether-deploy

Deploy SBT artifacts using Maven Artifact Resolver (formerly Eclipse Aether)
Other
84 stars 31 forks source link

Get the artifact upload url #39

Closed SagarN closed 7 years ago

SagarN commented 7 years ago

As part of CD, I would like to extract the artifact upload url. I then can use the upload url for CD process. Is there a way to do so ?

hamnis commented 7 years ago

the path is deterministic. you can look at the aetherCoordinates for that.

I suggest creating a new task that fetches the coordinates and builds the URI based on that.

SagarN commented 7 years ago

Thanks for the pointer !!, worked