public class JavaFxPackagerMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.BuildPluginManager |
pluginManager
The Maven PluginManager Object
|
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object
|
protected org.apache.maven.execution.MavenSession |
session
The Maven Session Object
|
| Constructor and Description |
|---|
JavaFxPackagerMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
buildExecutableJar(File workingDir,
File dependenciesDir,
JfxToolsWrapper jfxTools) |
protected void |
buildNativeBundles(File outputDir,
File jarFile,
JfxToolsWrapper jfxTools) |
protected void |
buildWebstartBundle(File jarFile) |
void |
execute() |
protected void |
signJar(File jarFile,
JfxToolsWrapper jfxTools) |
protected File |
unpackDependencies() |
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.execution.MavenSession session
protected org.apache.maven.plugin.BuildPluginManager pluginManager
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected File buildExecutableJar(File workingDir, File dependenciesDir, JfxToolsWrapper jfxTools) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected void signJar(File jarFile, JfxToolsWrapper jfxTools) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected void buildWebstartBundle(File jarFile) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected void buildNativeBundles(File outputDir, File jarFile, JfxToolsWrapper jfxTools) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected File unpackDependencies() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2012. All Rights Reserved.