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
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
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