Plugin documentation

Goals available:

GoalDescription
webstart:reportCreates a JNLP report.
webstart:jnlp-download-servletThis MOJO is tailored for use within a Maven web application project that uses the JnlpDownloadServlet to serve up the JNLP application.
webstart:unsignUnsigns a JAR, removing signatures. This code will hopefully be moved into the jar plugin when stable enough.
webstart:jnlp-inlinePackages a jnlp application without launching a parallel lifecycle build.

The plugin tries to not re-sign/re-pack if the dependent jar hasn't changed. As a consequence, if one modifies the pom jnlp config or a keystore, one should clean before rebuilding.

webstart:jnlpPackages a jnlp application.

The plugin tries to not re-sign/re-pack if the dependent jar hasn't changed. As a consequence, if one modifies the pom jnlp config or a keystore, one should clean before rebuilding.

webstart:jnlp-singlePackages a jnlp application without launching a parallel lifecycle build. Also, this mojo is not an aggregator, so it can be used multiple times in a single multimodule build.

The plugin tries to not re-sign/re-pack if the dependent jar hasn't changed. As a consequence, if one modifies the pom jnlp config or a keystore, one should clean before rebuilding.