Package | Description |
---|---|
org.apache.maven.plugin.dependency.fromConfiguration | |
org.apache.maven.plugin.dependency.utils.filters | |
org.apache.maven.plugin.dependency.utils.markers |
Modifier and Type | Method and Description |
---|---|
protected void |
CopyMojo.copyArtifact(ArtifactItem artifactItem)
Resolves the artifact from the repository and copies it to the specified
location.
|
protected org.apache.maven.artifact.Artifact |
AbstractFromConfigurationMojo.getArtifact(ArtifactItem artifactItem)
Resolves the Artifact from the remote repository if nessessary.
|
protected ArtifactItemFilter |
CopyMojo.getMarkedArtifactFilter(ArtifactItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
ArtifactItemFilter.isArtifactIncluded(ArtifactItem item) |
boolean |
MarkerFileFilter.isArtifactIncluded(ArtifactItem item) |
boolean |
ResolveFileFilter.isArtifactIncluded(ArtifactItem item) |
boolean |
DestFileFilter.isArtifactIncluded(ArtifactItem item) |
Modifier and Type | Field and Description |
---|---|
protected ArtifactItem |
UnpackFileMarkerHandler.artifactItem |
Modifier and Type | Method and Description |
---|---|
ArtifactItem |
UnpackFileMarkerHandler.getArtifactItem() |
Modifier and Type | Method and Description |
---|---|
void |
UnpackFileMarkerHandler.setArtifactItem(ArtifactItem artifactItem) |
Constructor and Description |
---|
UnpackFileMarkerHandler(ArtifactItem artifactItem,
java.io.File markerFilesDirectory) |
Copyright © 2014. All Rights Reserved.