Deprecated API


Contents
Deprecated Classes
org.apache.maven.plugin.assembly.mojos.AttachedAssemblyMojo
          Use goal: 'assembly' (from the command line) or 'single' (from a lifecycle binding) instead. 
org.apache.maven.plugin.assembly.mojos.DirectoryInlineMojo
          Use goal: 'directory' (from the command line) or 'directory-single' (from a lifecycle binding) instead. 
org.apache.maven.plugin.assembly.mojos.UnpackMojo
          Use org.apache.maven.plugins:maven-dependency-plugin goal: unpack or unpack-dependencies instead. 
 

Deprecated Fields
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.descriptor
          Please use descriptors instead 
org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.descriptorId
          Please use descriptorRefs instead 
 

Deprecated Methods
org.apache.maven.plugin.assembly.utils.AssemblyFormatUtils.evaluateFileNameMapping(String, Artifact, MavenProject, MavenProject)
          Use AssemblyFormatUtils.evaluateFileNameMapping(String, Artifact, MavenProject, MavenProject, AssemblerConfigurationSource) instead. 
org.apache.maven.plugin.assembly.archive.phase.AssemblyArchiverPhase.execute(Assembly, Archiver, AssemblerConfigurationSource)
          Use AssemblyArchiverPhase.execute(Assembly, Archiver, AssemblerConfigurationSource, AssemblyContext) instead. This method should be the equivalent of calling the new execute() method with a newly-minted instance of DefaultAssemblyContext. 
org.apache.maven.plugin.assembly.utils.AssemblyFormatUtils.getOutputDirectory(String, MavenProject, MavenProject, String)
          Use AssemblyFormatUtils.getOutputDirectory(String, MavenProject, MavenProject, String, AssemblerConfigurationSource) instead. 
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.