@Mojo(name="build-installers",
requiresProject=true,
requiresDependencyResolution=RUNTIME,
threadSafe=true,
defaultPhase=PACKAGE)
public class BuildInstallersMojo
extends AbstractNbmMojo
See a how-to on customizing the installer.
AbstractNbmMojo.ArtifactResult| Modifier and Type | Field and Description |
|---|---|
protected String |
brandingToken
The branding token for the application based on NetBeans platform.
|
protected String |
installDirName
Installation directory name at the destination system
Deprecated, to be removed, was never actually used.
|
protected File |
outputDirectory
output directory.
|
| Constructor and Description |
|---|
BuildInstallersMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
createDefaultDescriptor, createDependencyTree, readModuleDescriptor, turnJarToNbmFileantProject, registerNbmAntTasks@Parameter(defaultValue="${project.build.directory}",
required=true)
protected File outputDirectory
@Parameter(property="netbeans.branding.token",
required=true)
protected String brandingToken
@Parameter(property="netbeans.branding.token") protected String installDirName
Copyright © 2005-2015 Codehaus. All Rights Reserved.