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