org.codehaus.mojo.dependency

Class UnpackMojo

public final class UnpackMojo extends AbstractFromConfigurationMojo

Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location.

Author: brianf

UNKNOWN: unpack process-sources

Method Summary
voidexecute()
Main entry into mojo.

Method Detail

execute

public void execute()
Main entry into mojo. This method gets the ArtifactItems and iterates through each one passing it to unpackArtifact.

Throws: MojoExecutionException with a message if an error occurs.

See Also: ArtifactItem UnpackMojo unpackArtifact

Copyright © {inceptionYear}-2007 null. All Rights Reserved.