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

Olivier Lamy updated MASSEMBLY-1030:
------------------------------------
    Description: 
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>}}

the entries from manifestEntries are not added to MANIFEST file

  was:
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>

the entries from manifestEntries are not added to MANIFEST file


> Manifest entries from archive configuration are not added 
> ----------------------------------------------------------
>
>                 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 
> {{            <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>}}
> the entries from manifestEntries are not added to MANIFEST file



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

Reply via email to