Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-5513] Artifact filtering not updated for Eclipse Aether filtering #9

Merged
merged 2 commits into from
Sep 15, 2013

Commits on Sep 11, 2013

  1. [MNG-5513] Artifact filtering for Eclipse Aether fixed

    The filtering was left unchanged, while Aether
    GroupID changed from org.sonatype.aether to
    org.eclipse.aether, basically letting
    Plugins to reference Eclipse Aether that
    would produce runtime Linkage errors.
    cstamas committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    4a7b25c View commit details
    Browse the repository at this point in the history
  2. [MNG-5513] Restoring Maven 3.0.x style behavior

    As it was importing org.sonatype.aether.impl and
    sub packages, but since Aether move to Eclipse
    the org.eclipse.aether.internal.impl is no longer
    sub package of org.eclipse.aether.impl (but it
    was in Sonatype Aether)
    cstamas committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    97732f7 View commit details
    Browse the repository at this point in the history