Class MavenAetherUtils
java.lang.Object
org.apache.maven.shared.transfer.project.MavenAetherUtils
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Import the core Aether library from the maven distribution.
-
Constructor Details
-
MavenAetherUtils
public MavenAetherUtils()
-
-
Method Details
-
importAetherLibrary
public static void importAetherLibrary()Import the core Aether library from the maven distribution.
-