Skip to content

[MASSEMBLY-1030] Manifest entries from archive configuration are not added in final MANIFEST #1237

@jira-importer

Description

@jira-importer

Olivier Lamy opened MASSEMBLY-1030 and commented

given the follow configuration

<configuration>
  <descriptors>
    <descriptor>src/main/assembly/web-bundle.xml</descriptor>
  </descriptors>
  <archive>
    <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
    <manifestEntries>
      <Jetty-Environment>ee10</Jetty-Environment>
    </manifestEntries>
  </archive>
  <mergeManifestMode>merge</mergeManifestMode>
</configuration> 

 he entries from manifestEntries are not added to MANIFEST file


Affects: 3.7.1

Remote Links:

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions