Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private DeploymentRepository |
DistributionManagement.repository
Information needed to deploy the artifacts
generated by the project to a remote repository.
|
private DeploymentRepository |
DistributionManagement.snapshotRepository
Where to deploy snapshots of artifacts to.
|
Modifier and Type | Method and Description |
---|---|
DeploymentRepository |
DistributionManagement.getRepository()
Get information needed to deploy the artifacts generated by
the project to a remote repository.
|
DeploymentRepository |
DistributionManagement.getSnapshotRepository()
Get where to deploy snapshots of artifacts to.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionManagement.setRepository(DeploymentRepository repository)
Set information needed to deploy the artifacts generated by
the project to a remote repository.
|
void |
DistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository)
Set where to deploy snapshots of artifacts to.
|
Modifier and Type | Method and Description |
---|---|
private DeploymentRepository |
MavenDom4jReader.parseDeploymentRepository(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeDeploymentRepository(DeploymentRepository deploymentRepository,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateDeploymentRepository(DeploymentRepository deploymentRepository,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
private DeploymentRepository |
MavenStaxReader.parseDeploymentRepository(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeDeploymentRepository(DeploymentRepository deploymentRepository,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
private DeploymentRepository |
MavenXpp3Reader.parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDeploymentRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeDeploymentRepository(DeploymentRepository deploymentRepository,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDeploymentRepository.
|