**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** opened **[MASSEMBLY-1030](https://issues.apache.org/jira/browse/MASSEMBLY-1030?redirect=false)** and commented given the follow configuration ```java <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:** - [GitHub Pull Request #205 ](https://github.com/apache/maven-assembly-plugin/pull/205)