Jakub Bochenski opened MWAR-353 and commented
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.
Affects: 2.6
Issue Links:
-
MWAR-418 Manifest not written to exploded location
("is duplicated by")
-
MWAR-379 manifest goal violates general Maven principle and creates file into src/main/..
-
MWAR-167 Final manifest not written to exploded location
-
MWAR-197 war:manifest does not add "manifestEntries" to generated manifest
3 votes, 4 watchers
Jakub Bochenski opened MWAR-353 and commented
If I have no manifest files I don't get anything in the exploded location.
If I put a
MANIFEST.MFunder webapp folder'sMETA-INF/MANIFEST.MFI just get the static file.If I set
archive/manifestFileto point at some file I just get the static file.Workaround: change
to
and add the generated files to SCM ignore.
Affects: 2.6
Issue Links:
MWAR-418 Manifest not written to exploded location
("is duplicated by")
MWAR-379 manifest goal violates general Maven principle and creates file into src/main/..
MWAR-167 Final manifest not written to exploded location
MWAR-197 war:manifest does not add "manifestEntries" to generated manifest
3 votes, 4 watchers