simplewebstart:jnlp

Goal to generate jnlp file.

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Requires dependency resolution of artifacts in scope: runtime
  • Automatically executes within the lifecycle phase: package

Optional Parameters

Name Type Description
jnlp JnlpConfig Configuration used for JNLP. See Howto.
natives Native[] Native dependencies.
outputDirectory String Output directory for the JNLP packaging.
sign SignConfig Configuration used for jar signing. See Howto.

Parameter Details

jnlp Configuration used for JNLP. See Howto.
  • Type: org.bud.maven.mojo.sws.JnlpConfig
  • Required: No

natives Native dependencies.
  • Type: org.bud.maven.mojo.sws.Native[]
  • Required: No

outputDirectory Output directory for the JNLP packaging.
  • Type: java.lang.String
  • Required: No
  • Expression: ${project.build.directory}/jnlp

sign Configuration used for jar signing. See Howto.
  • Type: org.bud.maven.mojo.sws.SignConfig
  • Required: No