GitHub user cstamas opened a pull request:
https://github.com/apache/maven/pull/10
Upgrade to Eclipse Aether 0.9.0.M3
No code change, just a bit of dependency reshuffling
due to module changes in Aether itself.
You can merge this pull request into a Git repository by running:
Hi guys,
i don't think we can but it would be great to be able to alias
dependencies. For instance:
in a dependencyManagement i could define:
...
...
...
foo
then later in children poms use:
foo
It would allow:
1) to get smaller dependencies (less verbosity)
2) (this one is much
Nice catch. I see few others too. Thanks.
On Sep 11, 2013, at 7:41 AM, Tamás Cservenák wrote:
> Hi,
>
> it seems in 3.1.x, since Aether was swapped from Sonatype one to Eclipse
> one, the filtering was not updated, and Eclipse Aether is getting into
> plugin Class Realms...
>
> See
> https://
GitHub user cstamas opened a pull request:
https://github.com/apache/maven/pull/9
[MNG-5513] Artifact filtering not updated for Eclipse Aether filtering
Artifact filtering was not updated when Aether swapped from Sonatype to
Eclipse, causing it to be loaded by Plugin Class Realms an
Hi,
it seems in 3.1.x, since Aether was swapped from Sonatype one to Eclipse
one, the filtering was not updated, and Eclipse Aether is getting into
plugin Class Realms...
See
https://github.com/apache/maven/blob/892b464683645bcdc1d28febf0bf3cc1c3181350/maven-core/src/main/java/org/apache/maven/De