Re: Can't find my way around Aether

2013-08-20 Thread Robert Scholte
Hi Dennis, I found this route: org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(File, Artifact, ArtifactRepository, ArtifactRepository) calls org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy(RepositorySystemSession, DeployRequest) calls org.eclipse.aethe

Re: Can't find my way around Aether

2013-08-20 Thread Dennis Lundberg
Ping... Den 13 aug 2013 21:32 skrev "Dennis Lundberg" : > Hi, > > I'm looking at this issue, which is a Maven core issue: > https://jira.codehaus.org/browse/MNG-5504 > > There's a patch for the maven-2.2.x branch, which I have tweaked a bit and > it works nicely. > > Since the same problem exists

Can't find my way around Aether

2013-08-13 Thread Dennis Lundberg
Hi, I'm looking at this issue, which is a Maven core issue: https://jira.codehaus.org/browse/MNG-5504 There's a patch for the maven-2.2.x branch, which I have tweaked a bit and it works nicely. Since the same problem exists in Maven 3 I dove into the sources and found similar code in maven-compa