Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentRepository
Repository contains the information needed for deploying to the
remote
repository.
|
class |
Repository
A repository contains the information needed for establishing
connections with
remote repository.
|
Modifier and Type | Method and Description |
---|---|
private RepositoryBase |
MavenXpp3Reader.parseRepositoryBase(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepositoryBase.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeRepositoryBase(RepositoryBase repositoryBase,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepositoryBase.
|
Modifier and Type | Method and Description |
---|---|
private static void |
ModelUtils.cloneRepositoryBaseFields(RepositoryBase src,
RepositoryBase result) |
private static ArtifactRepositoryLayout |
ProjectUtils.getRepositoryLayout(RepositoryBase mavenRepo,
org.codehaus.plexus.PlexusContainer container) |