org.codehaus.mojo.dependency

Class UnpackDependenciesMojo

public class UnpackDependenciesMojo extends AbstractFromDependenciesMojo

Goal that unpacks the project dependencies from the repository to a defined location.

Author: brianf

UNKNOWN: unpack-dependencies compile process-sources

Method Summary
voidexecute()
Main entry into mojo.

Method Detail

execute

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

Throws: MojoExecutionException with a message if an error occurs.

See Also: UnpackDependenciesMojo DependencyUtil

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