Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1-alpha-2
-
Component/s: None
-
Labels:None
Description
I have a small webapp with a small number of jsps, to overlay on a larger webapp.
The larger webapp already has a web.xml and the small one doesn't need one.
I can't build a war of the small webapp, because the war-plugin requires a web.xml.
I realise that a war-file without a web.xml might not be considered a comple war-file, and i only need it to unzip on top of the larger webapp.
Maybe packaging the small webapp in a zip would be better?
Issue Links
- duplicates
-
MWAR-53
WAR plugin does not allow for ignoring the web.xml file
-
- relates to
-
PLXCOMP-45
ignoreWebXML flag use is opposite of what the name implies.
-
war plugin could generate empty web.aml if there is none in the sources.