Package | Description |
---|---|
org.apache.maven.artifact.ant |
Modifier and Type | Method and Description |
---|---|
protected RemoteRepository |
AbstractArtifactTask.createAntRemoteRepository(org.apache.maven.model.Repository pomRepository) |
protected RemoteRepository |
AbstractArtifactTask.createAntRemoteRepositoryBase(org.apache.maven.model.RepositoryBase pomRepository) |
RemoteRepository |
DeployTask.getRemoteRepository() |
Modifier and Type | Method and Description |
---|---|
List<RemoteRepository> |
AbstractArtifactWithRepositoryTask.getRemoteRepositories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractArtifactWithRepositoryTask.addConfiguredRemoteRepository(RemoteRepository remoteRepository)
This is called automatically by ant when the task is initialized.
|
void |
DeployTask.addRemoteRepository(RemoteRepository remoteRepository) |
void |
DeployTask.addRemoteSnapshotRepository(RemoteRepository remoteSnapshotRepository) |
protected org.apache.maven.artifact.repository.ArtifactRepository |
DeployTask.createDeploymentArtifactRepository(RemoteRepository repository)
Create a core-Maven deployment ArtifactRepository from a Maven Ant Tasks's RemoteRepository definition.
|
protected org.apache.maven.artifact.repository.ArtifactRepository |
AbstractArtifactTask.createRemoteArtifactRepository(RemoteRepository repository)
Create a core-Maven ArtifactRepository from a Maven Ant Tasks's RemoteRepository definition.
|
String |
AbstractArtifactWithRepositoryTask.generateDefaultRepositoryId(RemoteRepository repository)
Generates an MD5 digest based on the url of the repository.
|
protected org.apache.maven.artifact.repository.ArtifactRepositoryFactory |
AbstractArtifactTask.getArtifactRepositoryFactory(RemoteRepository repository)
Create a core-Maven ArtifactRepositoryFactory from a Maven Ant Tasks's RemoteRepository definition,
eventually configured with authentication and proxy information.
|
protected void |
AbstractArtifactTask.updateRepositoryWithSettings(RemoteRepository repository) |
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.