MojoHaus
/
MojoHaus Parent
/
MWEBSTART :: Project
/
MWEBSTART :: Webstart Maven Plugin
/
Notes to users and contributors
|
Last Published: 2016-05-22
|
Version: 1.0-beta-8-SNAPSHOT
Maven
Parent Project
MWEBSTART :: Project
Overview
Introduction
Goals
Usage
FAQ
Cookbook recipe
JNLP goals overview
Plugin Upgrades
Notes to users and contributors
JNLP 101
Examples
Getting Started
Default inbuilt templates
Keystore generation and usage
Static web site
WAR bundling
Bundle JNLP apps within a new WAR
Add JNLPs apps to an existing WAR
JNLP Download Servlet
Simple
Advanced
More examples
Links
Java Webstart
Security
Java Security Tools
Keytool Maven Plugin
JAR signing with Maven
Sun's Download Servlet Guide
Velocity user guide
Project Documentation
Project Information
Project Reports
Notes to users and contributors
Upcoming changes
Support for generating multiple bundles from one JNLP project
(similar to what the
jnlp-download-servlet
goal does).
More generally some work is going to be done to make the JNLP goals configuration more compatible.
Reported missing features
A mojo for deploying the bundles to a remote server
A mojo for running the application
More control on the dependencies:
JarResource exclusions
and
control of the transitivity
More support for standalone Web Start apps (e.g.
download.html/index.html
)
Handling of
native libraries
Other ideas
Building multiple JNLP apps in one zip using one Maven 2 project? (not sure as this is not a very Maven way of doing things)
Would require merging
version.xml
What about deploying multiple versions of the same app? Is that ever wanted, e.g. for upgrades?
Add a new goal to help deal with web applications?
One step WAR+webstart generation (one project, Webstart Plugin used in
pre-package
phase)
More WAR integration (JNLP,
web.xml
)