Deprecated API


Contents
Deprecated Interfaces
org.apache.maven.artifact.resolver.ResolutionListenerForDepMgmt
            
 

Deprecated Fields
org.apache.maven.artifact.resolver.ResolutionListener.MANAGE_ARTIFACT
            
 

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)
            
 

Deprecated Constructors
org.apache.maven.profiles.DefaultProfileManager(PlexusContainer)
          without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded envirnments. 
org.apache.maven.profiles.DefaultProfileManager(PlexusContainer, Settings)
          without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded envirnments. 
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.