| Method and Description |
|---|
| org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(String, String, Artifact, ArtifactRepository, ArtifactRepository)
we want to use the artifact method only, and ensure artifact.file is set correctly.
|
| org.apache.maven.artifact.manager.WagonManager.getWagon(String)
prone to errors. use
WagonManager.getWagon(Repository) instead. |
| org.apache.maven.artifact.installer.DefaultArtifactInstaller.install(String, String, Artifact, ArtifactRepository)
we want to use the artifact method only, and ensure artifact.file is set correctly.
|