@Mojo(name="generate-jnlp",
defaultPhase=PACKAGE,
requiresDependencyResolution=RUNTIME,
threadSafe=true)
public class GenerateJNLPMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
GenerateJNLPMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyDependencies(Iterable<org.apache.maven.artifact.Artifact> artifactIterable,
File deployDirectory,
List<JNLPDependency> dependencyList) |
long |
copyToDestination(File file,
String destinationPath,
String destinationName) |
void |
execute() |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic long copyToDestination(File file, String destinationPath, String destinationName) throws IOException
IOExceptionpublic void copyDependencies(Iterable<org.apache.maven.artifact.Artifact> artifactIterable, File deployDirectory, List<JNLPDependency> dependencyList) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2014. All Rights Reserved.