public class AetherUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLASSIFIER_SOURCES |
Modifier and Type | Method and Description |
---|---|
static String |
addClassifier(String mavenCoords,
String classifier)
Transforms maven coordinates, adding the specified classifier
|
static org.eclipse.aether.spi.locator.ServiceLocator |
initServiceLocator() |
static org.eclipse.aether.repository.RemoteRepository |
toRemoteRepository(Repository repo) |
static org.eclipse.aether.repository.RemoteRepository |
toRemoteRepository(String repoUrl,
Optional<String> username,
Optional<String> password) |
static org.eclipse.aether.repository.RemoteRepository |
toRemoteRepository(URL repoUrl,
Optional<String> username,
Optional<String> password) |
public static final String CLASSIFIER_SOURCES
public static org.eclipse.aether.repository.RemoteRepository toRemoteRepository(URL repoUrl, Optional<String> username, Optional<String> password)
public static org.eclipse.aether.repository.RemoteRepository toRemoteRepository(String repoUrl, Optional<String> username, Optional<String> password)
public static org.eclipse.aether.repository.RemoteRepository toRemoteRepository(Repository repo)
public static org.eclipse.aether.spi.locator.ServiceLocator initServiceLocator()