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
-
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.