Deprecated Methods |
org.apache.maven.project.MavenProject.attachArtifact(String, String, File)
Use MavenProjectHelper.attachArtifact(..) instead. |
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.deployer.ArtifactDeployer.deploy(String, String, Artifact, ArtifactRepository, ArtifactRepository)
to be removed before 2.0 after the instlal/deploy plugins use the alternate method |
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. |
org.apache.maven.artifact.installer.ArtifactInstaller.install(String, String, Artifact, ArtifactRepository)
to be removed before 2.0 after the instlal/deploy plugins use the alternate method |
org.apache.maven.artifact.resolver.ResolutionListener.manageArtifact(Artifact, Artifact)
|