Hi,
Nexus 2.x had a REST API to download artifacts like below based on some Maven GAV co-ordinates but this no longer works for Nexus 3.x
wget "http://local:8081/service/local/artifact/maven/redirect?g=com.mycompany&a=my-app&v=LATEST" --content-disposition
How can I do this in Nexus 3.0.0-03?
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/92f5b895-6004-4509-b64f-ad881b3da46e%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
ThanksDale
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/2ad033cc-4d39-4dac-8f87-741703afd949%40glists.sonatype.com.
Hitry my workaround, work but required curl, use maven
RegardsCédric
On Tuesday, December 20, 2016 at 6:05:35 AM UTC+1, Dale Stewart wrote:Hi,We also need a Rest API in order to download the latest artifact for System testing prior to going live to Production.Do we have a jira issue or a link I can use to follow this please.ThanksDale
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/1059db10-74f4-4cd6-955c-e30ba8fffd9b%40glists.sonatype.com.
On Tue, May 30, 2017 at 7:22 AM, cédric walter <cedric...@gmail.com> wrote:Hitry my workaround, work but required curl, use mavenFYI - simply this command without any pom will do the same:mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.1:copy -Dartifact=log4j:log4j:1.2.17:jar -DoutputDirectory=./
RegardsCédric
On Tuesday, December 20, 2016 at 6:05:35 AM UTC+1, Dale Stewart wrote:Hi,We also need a Rest API in order to download the latest artifact for System testing prior to going live to Production.Do we have a jira issue or a link I can use to follow this please.ThanksDale
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.