org.codehaus.mojo.dependency
public class CopyMojo extends AbstractFromConfigurationMojo
UNKNOWN: copy process-sources
Method Summary | |
---|---|
protected void | copyArtifact(ArtifactItem artifactItem, boolean removeVersion)
Resolves the artifact from the repository and copies it to the specified location. |
void | execute()
Main entry into mojo. |
Parameters: artifactItem containing the information about the Artifact to copy. removeVersion specifies if the version should be removed from the file name when copying.
Throws: MojoExecutionException with a message if an error occurs.
See Also: DependencyUtil DependencyUtil
Throws: MojoExecutionException with a message if an error occurs.
See Also: ArtifactItem CopyMojo CopyMojo