Skip to content

[MWAR-353] Manifest still not written to exploded location #182

Description

@jira-importer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions