Re: How can resolve an artifact from a remote Repo from within my Component

2017-05-24 Thread Robert Scholte
Hi, you kind of answered your own question already without knowing it :) You should have a look at the Maven Artifact Resolver[1] It used to be called Aether. We're using the same classes but with different groupIds/artifactIds. The documentation[2] hasn't been ported (yet) thanks, Robert [

How can resolve an artifact from a remote Repo from within my Component

2017-05-24 Thread DK
How can resolve an artifact from a remote Repo from within my Component Here is a template of my Component code. It will take GAV co-ordinates as argument. How can I use the GAV co-ordinates to download the artifact from my remote Nexus repo? @org.codehaus.plexus.component.annotations.Componen