| Package | Description |
|---|---|
| org.apache.maven.artifact.deployer | |
| org.apache.maven.artifact.transform |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactDeployer.deploy(java.io.File source,
Artifact artifact,
ArtifactRepository deploymentRepository,
ArtifactRepository localRepository)
Deploy an artifact from a particular file.
|
void |
ArtifactDeployer.deploy(java.lang.String basedir,
java.lang.String finalName,
Artifact artifact,
ArtifactRepository deploymentRepository,
ArtifactRepository localRepository)
Deprecated.
to be removed before 2.0 after the instlal/deploy plugins use the alternate method
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactTransformationManager.transformForDeployment(Artifact artifact,
ArtifactRepository remoteRepository,
ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for distributing toa remote repository.
|
void |
ArtifactTransformation.transformForDeployment(Artifact artifact,
ArtifactRepository remoteRepository,
ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for distributing toa remote repository.
|