Package | Description |
---|---|
org.apache.maven.bridge | |
org.apache.maven.settings |
Modifier and Type | Method and Description |
---|---|
static ArtifactRepository |
MavenRepositorySystem.buildArtifactRepository(Repository repo) |
static Repository |
MavenRepositorySystem.fromSettingsRepository(Repository settingsRepository) |
Modifier and Type | Method and Description |
---|---|
Repository |
Repository.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
List<Repository> |
Profile.getPluginRepositories()
Method getPluginRepositories.
|
List<Repository> |
Profile.getRepositories()
Method getRepositories.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.addPluginRepository(Repository repository)
Method addPluginRepository.
|
void |
Profile.addRepository(Repository repository)
Method addRepository.
|
void |
Profile.removePluginRepository(Repository repository)
Method removePluginRepository.
|
void |
Profile.removeRepository(Repository repository)
Method removeRepository.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setPluginRepositories(List<Repository> pluginRepositories)
Set the lists of the remote repositories for discovering
plugins.
|
void |
Profile.setRepositories(List<Repository> repositories)
Set the lists of the remote repositories.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.