Full name:
org.codehaus.mojo:nbm-maven-plugin:3.14:webstart-app
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
brandingToken | String | 3.0 | The branding token for the application based on NetBeans platform. User property is: netbeans.branding.token. |
destinationFile | File | 3.0 | Ready-to-deploy WAR containing application in JNLP packaging. Default value is: ${project.build.directory}/${project.artifactId}-${project.version}-jnlp.war. |
outputDirectory | File | 3.0 | output directory where the the NetBeans application will be
created. Default value is: ${project.build.directory}. |
Name | Type | Since | Description |
---|---|---|---|
additionalArguments | String | 3.0 | additional command line arguments. Eg. -J-Xdebug -J-Xnoagent
-J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=8888 can
be used to debug the IDE. User property is: netbeans.run.params. |
codebase | String | 3.0 | Codebase value within *.jnlp files. Defining this parameter
is generally a bad idea. User property is: nbm.webstart.codebase. |
keystore | String | 3.0 | keystore location for signing the nbm file User property is: keystore. |
keystorealias | String | 3.0 | keystore alias User property is: keystorealias. |
keystorepassword | String | 3.0 | keystore password User property is: keystorepass. |
keystoretype | String | 3.5 | keystore type User property is: keystoretype. |
masterJnlpFile | File | 3.0 | A custom master JNLP file. If not defined, the default
one is used. The following expressions can be used within the
file and will be replaced when generating content.
|
masterJnlpFileName | String | 3.5 | The basename (minus .jnlp extension) of the master JNLP file in the
output. This file will be the entry point for javaws. Defaults to
the branding token. User property is: master.jnlp.file.name. |
processJarVersions | boolean | 3.0 | If set true, build-jnlp target creates versioning info in jnlp
descriptors and version.xml files. This allows for incremental
updates of Webstart applications, but requires download via
JnlpDownloadServlet Defaults to false, which means versioning info
is not generated (see
http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/downloadservletguide.html#resources). Default value is: false. User property is: nbm.webstart.versions. |
webstartClassifier | String | 3.1 | Artifact Classifier to use for the webstart distributable zip file. Default value is: webstart. User property is: nbm.webstart.classifier. |