@Mojo(name="copy", defaultPhase=PROCESS_SOURCES, requiresProject=false, threadSafe=true) public class CopyMojo extends AbstractFromConfigurationMojo
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
execute, getProject, isSilent, isSkip, newResolveArtifactProjectBuildingRequest, newResolvePluginProjectBuildingRequest, setSilent, setSkip
protected void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
doExecute
in class AbstractDependencyMojo
org.apache.maven.plugin.MojoExecutionException
- with a message if an error occurs.org.apache.maven.plugin.MojoFailureException
- MojoFailureException
ArtifactItem
,
AbstractFromConfigurationMojo.getArtifactItems()
,
copyArtifact(ArtifactItem)
protected void copyArtifact(ArtifactItem artifactItem) throws org.apache.maven.plugin.MojoExecutionException
artifactItem
- containing the information about the Artifact to copy.org.apache.maven.plugin.MojoExecutionException
- with a message if an error occurs.CopyUtil.copyArtifactFile(Artifact, 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–2024 The Apache Software Foundation. All rights reserved.