Goals available:
| Goal | Description |
|---|---|
| webstart:report | Creates a JNLP report. |
| webstart:jnlp-download-servlet | This MOJO is tailored for use within a Maven web application project that uses the JnlpDownloadServlet to serve up the JNLP application. |
| webstart:unsign | Unsigns a JAR, removing signatures. This code will hopefully be moved into the jar plugin when stable enough. |
| webstart:jnlp-inline | Packages 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:jnlp | Packages 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-single | Packages 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. |