Uploaded image for project: 'Maven Assembly Plugin'
  1. Maven Assembly Plugin
  2. MASSEMBLY-188

manifestEntries are not set in resulting jar

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.2-beta-2
    • None
    • None
    • maven 2.0.5, windows/linux

    Description

      archive manifestEntries are not set in resulting jar. even so the mainClass is set properly.
      assembly format is jar

      Example:
      <configuration>
      <attach>true</attach>
      <appendAssemblyId>false</appendAssemblyId>
      <descriptors>
      <descriptor>assembly.xml</descriptor>
      </descriptors>
      <archive>
      <manifest>
      <mainClass>org.microemu.app.Main</mainClass>
      </manifest>
      <manifestEntries>
      <Build-Number>${label}</Build-Number>
      <Build-Time>${cctimestamp}</Build-Time>
      </manifestEntries>
      </archive>
      </configuration>

      full pom is here: http://microemulator.svn.sourceforge.net/viewvc/microemulator/trunk/microemulator/microemulator/

      Attachments

        Issue Links

          Activity

            People

              jdcasey John Dennis Casey
              vlads Vlad Skarzhevskyy
              Votes:
              3 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: