@Mojo(name="copy", defaultPhase=PROCESS_SOURCES, requiresProject=false, threadSafe=true) public class CopyMojo extends AbstractFromConfigurationMojo
Modifier and Type | Field and Description |
---|---|
protected boolean |
ignorePermissions
not used in this goal
|
protected boolean |
useJvmChmod
not used in this goal
|
outputAbsoluteArtifactFilename, reactorProjects, session
Constructor and Description |
---|
CopyMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
copyArtifact(ArtifactItem artifactItem)
Resolves the artifact from the repository and copies it to the specified location.
|
protected void |
doExecute()
Main entry into mojo.
|
protected ArtifactItemFilter |
getMarkedArtifactFilter(ArtifactItem item) |
boolean |
isStripClassifier() |
boolean |
isStripVersion() |
void |
setStripClassifier(boolean stripClassifier) |
void |
setStripVersion(boolean stripVersion) |
void |
setUseBaseVersion(boolean useBaseVersion) |
getArtifact, getArtifactItems, getOutputDirectory, getProcessedArtifactItems, isOverWriteIfNewer, isOverWriteReleases, isOverWriteSnapshots, setArtifact, setArtifactItems, setLocalRepositoryDirectory, setOutputDirectory, setOverWriteIfNewer, setOverWriteReleases, setOverWriteSnapshots, verifyRequirements
copyFile, execute, getArchiverManager, getProject, isSilent, isSkip, isUseJvmChmod, newResolveArtifactProjectBuildingRequest, setArchiverManager, setSilent, setSkip, setUseJvmChmod, unpack, unpack, unpack
getLog, getPluginContext, setLog, setPluginContext
@Parameter protected boolean useJvmChmod
@Parameter protected boolean ignorePermissions
protected void doExecute() throws MojoExecutionException, MojoFailureException
doExecute
in class AbstractDependencyMojo
MojoExecutionException
- with a message if an error occurs.MojoFailureException
- MojoFailureException
ArtifactItem
,
AbstractFromConfigurationMojo.getArtifactItems()
,
copyArtifact(ArtifactItem)
protected void copyArtifact(ArtifactItem artifactItem) throws MojoExecutionException
artifactItem
- containing the information about the Artifact to copy.MojoExecutionException
- with a message if an error occurs.AbstractDependencyMojo.copyFile(File, File)
protected ArtifactItemFilter getMarkedArtifactFilter(ArtifactItem item)
public boolean isStripVersion()
public void setStripVersion(boolean stripVersion)
stripVersion
- The stripVersion to set.public boolean isStripClassifier()
public void setStripClassifier(boolean stripClassifier)
stripClassifier
- The stripClassifier to set.public void setUseBaseVersion(boolean useBaseVersion)
useBaseVersion
- The useBaseVersion to set.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.