[ 
https://issues.apache.org/jira/browse/MASSEMBLY-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy closed MASSEMBLY-1030.
-----------------------------------
    Resolution: Fixed

> Manifest entries from archive configuration are not added in final MANIFEST
> ---------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-1030
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-1030
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>          Components: manifest
>    Affects Versions: 3.7.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Major
>             Fix For: 3.7.2
>
>
> given the follow configuration
> {code: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> {code}
>  he entries from manifestEntries are not added to MANIFEST file



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to