Uploaded image for project: 'Maven WAR Plugin'
  1. Maven WAR Plugin
  2. MWAR-353

Manifest still not written to exploded location

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.6
    • 2.6
    • manifest
    • None
    • Patch

    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

          Activity

            People

              Unassigned Unassigned
              jbochenski Jakub Bochenski
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: