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

[MSHARED-817] Change eclipse aether dependency scope to provided #2

Merged
merged 6 commits into from Oct 25, 2019

Commits on Aug 4, 2019

  1. [MSHARED-817] Change eclipse aether dependency scope to provided

    - Changed eclipse aether dependency to provided scope.
    - Removed shading of aether classes.
    - Added method to import aether library inside TransferUtils to use from
    a plugin.
    - Modified ProjectDeployerMojo and ProjectInstallerMojo plugins used for
    ITs.
    belingueres committed Aug 4, 2019
    Copy the full SHA
    1ae20a5 View commit details
    Browse the repository at this point in the history
  2. Changed to allow the handle of the aether-util classloading issue inside

    the library.
    
    - Moved and renamed class to
    org.apache.maven.shared.transfer.project.MavenAetherUtils.
    - No dependency with org.codehaus.plexus:plexus-classworlds is required.
    - Added an IT.
    belingueres committed Aug 4, 2019
    Copy the full SHA
    3f02393 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    836321d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Made requested changes:

    - added optional classworlds dependency.
    - Adapted MavenAetherUtils.importAether() method.
    belingueres committed Aug 17, 2019
    Copy the full SHA
    22301aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e635518 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Copy the full SHA
    18dab4e View commit details
    Browse the repository at this point in the history