Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Repository> |
Profile.pluginRepositories
This may be removed or relocated in the near
future.
|
private java.util.List<Repository> |
Profile.repositories
Field repositories.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Repository> |
Profile.getPluginRepositories()
Method getPluginRepositories.
|
java.util.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.
|
private static Repository |
SettingsUtils.convertFromSettingsRepository(Repository settingsRepo) |
void |
Profile.removePluginRepository(Repository repository)
Method removePluginRepository.
|
void |
Profile.removeRepository(Repository repository)
Method removeRepository.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setPluginRepositories(java.util.List<Repository> pluginRepositories)
Set the lists of the remote repositories for discovering
plugins.
|
void |
Profile.setRepositories(java.util.List<Repository> repositories)
Set the lists of the remote repositories.
|
Modifier and Type | Method and Description |
---|---|
private Repository |
SettingsXpp3Reader.parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeRepository(Repository repository,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepository.
|