public abstract class BasePdkMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.artifact.factory.ArtifactFactory |
artifactFactory |
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository |
| Constructor and Description |
|---|
BasePdkMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
copy(File source,
File dest)
Fast & simple file copy.
|
protected void |
copyFiles(File source,
File dest) |
protected org.apache.maven.artifact.Artifact |
getArtifact(String groupId,
String artifactId,
String version,
String type) |
protected String |
urlEncode(String text) |
getLog, getPluginContext, setLog, setPluginContextprotected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected org.apache.maven.artifact.factory.ArtifactFactory artifactFactory
protected static void copy(File source, File dest) throws IOException
source - The source file.dest - The destination file.IOException - if there is a problem while copying.protected org.apache.maven.artifact.Artifact getArtifact(String groupId, String artifactId, String version, String type)
Copyright © 2025 Adaptavist.com Ltd. All rights reserved.