Description
If I have no manifest files I don't get anything in the exploded location.
If I put a MANIFEST.MF under webapp folder's META-INF/MANIFEST.MF I just get the static file.
If I set archive/manifestFile to point at some file I just get the static file.
Workaround: change
<goals> <goal>exploded</goal> </goals>
to
<goals> <goal>manifest</goal> <goal>exploded</goal> </goals>
and add the generated files to SCM ignore.
Attachments
Issue Links
- is duplicated by
-
MWAR-418 Manifest not written to exploded location
- Closed
- is related to
-
MWAR-167 Final manifest not written to exploded location
- Closed
-
MWAR-197 war:manifest does not add "manifestEntries" to generated manifest
- Closed
- relates to
-
MWAR-379 manifest goal violates general Maven principle and creates file into src/main/..
- Closed