Details
Description
When I open up my generated WAR file, the Manifest file contains all the entries I specified. This is correct. However, when I look into the exploded location, it's just the file I had in my project to begin with.
The exploded Manifest should be updated with the final contents.
Issue Links
- supercedes
-
MWAR-233
Please allow for MANIFEST.MF in exploded
-
Activity
Haikal Saadh
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | patch.diff [ 43855 ] |
Haikal Saadh
made changes -
| Attachment | mvn167-with-it.diff [ 43869 ] |
Dennis Lundberg
made changes -
| Patch Submitted | [Yes] |
Stéphane Nicoll
made changes -
Stéphane Nicoll
made changes -
| Fix Version/s | 2.2 [ 15001 ] | |
| Priority | Minor [ 4 ] | Major [ 3 ] |
Dennis Lundberg
made changes -
| Component/s | manifest [ 14515 ] |
Dennis Lundberg
made changes -
| Fix Version/s | 2.3 [ 18298 ] | |
| Fix Version/s | 2.2 [ 15001 ] |
Dennis Lundberg
made changes -
| Fix Version/s | 2.4 [ 18834 ] | |
| Fix Version/s | 2.3 [ 18298 ] |
This is important so that, say, Spring Tools Suite for eclipse can deploy a war project to DM Server.
Funny thing is, with 2.1-beta-1, if you do either a war:war, or a war:exploded, the custom manifest (generated by maven-bundle-plugin) is ignored, BUT if I do a maven package, the output directory contains the correct manifest.