Deprecated API


Contents
Deprecated Fields
org.apache.maven.monitor.event.MavenEvents.REACTOR_EXECUTION
          Use MavenEvents.MAVEN_EXECUTION instead. 
 

Deprecated Methods
org.apache.maven.DefaultArtifactFilterManager.createStandardFilter()
          Use this class as a component instead, and then use getArtifactFilter(). 
org.apache.maven.execution.RuntimeInformation.getApplicationVersion()
          Use getApplicationInformation() 
org.apache.maven.execution.DefaultRuntimeInformation.getApplicationVersion()
          Use getApplicationInformation() 
org.apache.maven.execution.DefaultMavenExecutionRequest.getPomFile()
          use DefaultMavenExecutionRequest.getPom() 
org.apache.maven.execution.DefaultMavenExecutionRequest.setPomFile(String)
          use DefaultMavenExecutionRequest.setPom(File) 
 

Deprecated Constructors
org.apache.maven.execution.DuplicateProjectException(String)
          use DuplicateProjectException.DuplicateProjectException(String, File, File, String) 
org.apache.maven.execution.DuplicateProjectException(String, Exception)
          use DuplicateProjectException.DuplicateProjectException(String, File, File, String) 
org.apache.maven.plugin.PluginParameterExpressionEvaluator(MavenSession, MojoExecution, PathTranslator, Logger, MavenProject, Properties)
          Use PluginParameterExpressionEvaluator#PluginParameterExpressionEvaluator(MavenSession, MojoExecution, PathTranslator, LifecycleExecutionContext, Logger, Properties) instead. 
 



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