-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4
-
Component/s: None
The goal is to be a able to have nuxeo.war nested in a sub directory of the jar
<!-- unzip the war template -->
<unzip from="${bundle.fileName}" to="/" prefix="web">
<include>web/nuxeo.war/**</include>
</unzip>
- is required by
-
NXP-5716 Fix nuxeo.war deployment fragment
- Resolved