Re: Plexus Component Injection

2016-06-30 Thread Robert Scholte
On Thu, 30 Jun 2016 15:35:24 +0200, Petar Tahchiev wrote: Hi Robert, thank you for your reply. I tried searching for maven-artifact-transfer in the central, but i couldn't find it: http://search.maven.org/#search%7Cga%7C1%7Cmaven-artifact-transfer I also tried in google and I got this p

Re: Plexus Component Injection

2016-06-30 Thread Petar Tahchiev
Hi Robert, thank you for your reply. I tried searching for maven-artifact-transfer in the central, but i couldn't find it: http://search.maven.org/#search%7Cga%7C1%7Cmaven-artifact-transfer I also tried in google and I got this page: https://maven.apache.org/shared-archives/maven-artifact-trans

Re: Plexus Component Injection

2016-06-29 Thread Robert Scholte
Wagon[1] is only about transportation and it not aware of any Maven configuration such as the settings.xml, hence there are no Maven core dependencies I don't think you need the DefaultDownloader. Instead I would try to use the ArtifactResolver from maven-artifact-transfer, which *is* aware

Plexus Component Injection

2016-06-29 Thread Petar Tahchiev
Hello guys, I'm running the tests in maven-archetype with Windows and a proxy (yeah, I know :)) and one of them fails because it cannot find an archetype with the archetype manager. So I looked at the DefaultDownloader in archetype-common which injects ArtifactResolver like this: @Requirement pri