Class MavenAetherUtils
- java.lang.Object
-
- org.apache.maven.shared.transfer.project.MavenAetherUtils
-
public class MavenAetherUtils extends java.lang.Object
This util class will import the Aether library available from the installed Maven distribution. It will do nothing if it is called from outside of a ClassRealm.- Since:
- 0.11.1
- Author:
- Gabriel Belingueres belingueres@gmail.com
-
-
Constructor Summary
Constructors Constructor Description MavenAetherUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
importAetherLibrary()
Import the core Aether library from the maven distribution.
-