Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.0-alpha-1, 1.0-alpha-2
-
Fix Version/s: 1.0-beta-4
-
Component/s: jnlps
-
Labels:None
-
Number of attachments :
Description
Under maven 1, I was able to build a single WAR containing multiple applications and multiple components.
The structure was
app1.jnlp -> components/comp1.jnlp
app1.jar
app2.jnlp -> components/comp1.jnlp & components/comp2.jnlp
app2.jar
components
comp1.jnlp
comp1-1.jar
comp1-2.jar
comp2.jnlp
comp2-1.jar
...
This structure, and others, should be possible with this plugin.
I have attached a mockup of a possible plugin configuration to enable this type of structure...
Attachments
Issue Links
| This issue is depended upon by: | ||||
| MWEBSTART-50 | AbstractJnlpMojo hardcode's webstart archive |
|
|
|
The above allows us to create a WAR file that contains multiple applications and is more in line with the JNLP specification.
Please comment on this suggestion.
Thanks
Lewis