org.codehaus.mojo.dependency
public abstract class AbstractFromConfigurationMojo extends AbstractMojo
See Also: ArtifactItem
Field Summary | |
---|---|
protected ArchiverManager | archiverManager
To look up Archiver/UnArchiver implementations
|
protected MavenProject | project
POM |
Method Summary | |
---|---|
protected Artifact | getArtifact(ArtifactItem artifactItem)
Resolves the Artifact from the remote repository if nessessary. |
protected ArrayList | getArtifactItems()
Preprocesses the list of ArtifactItems. |
UNKNOWN: expression="${component.org.codehaus.plexus.archiver.manager.ArchiverManager}"
UNKNOWN: expression="${project}"
Parameters: artifactItem containing information about artifact from plugin configuration.
Returns: Artifact object representing the specified file.
Throws: MojoExecutionException with a message if the version can't be found in DependencyManagement.
Returns: An ArrayList of preprocessed ArtifactItems
Throws: MojoExecutionException with a message if an error occurs.
See Also: ArtifactItem