[ 
http://jira.codehaus.org/browse/MSHARED-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter moved MNG-2908 to MSHARED-45:
------------------------------------------

    Affects Version/s:     (was: 2.0.5)
        Fix Version/s:     (was: Reviewed Pending Version Assignment)
          Component/s:     (was: maven-archiver)
                       maven-archiver
                  Key: MSHARED-45  (was: MNG-2908)
              Project: Maven Shared Components  (was: Maven 2)

> Make it possible to not generate Implementation-Version for MANIFEST.MF
> -----------------------------------------------------------------------
>
>                 Key: MSHARED-45
>                 URL: http://jira.codehaus.org/browse/MSHARED-45
>             Project: Maven Shared Components
>          Issue Type: Wish
>          Components: maven-archiver
>            Reporter: HÃ¥vard Wigtil
>            Assignee: Olivier Lamy
>
> Maven puts "Implementation-Version: ${project.version}" in MANIFEST.MF when 
> it creates an EAR file.
> This line is giving me some problems when I try to deploy the EAR on a BEA 
> Weblogic application server, so I'd like for Maven not to generate this line.
> I didn't find any documented configuration setting for this, so I've looked 
> in the source and found that there is a conditional checking for 
> "addDefaultImplementationEntries" in 
> https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-2.2/src/main/java/org/apache/maven/archiver/ManifestConfiguration.java.
> When I try to set this setting from pom.xml with something like this, it 
> fails:
>             <artifactId>maven-ear-plugin</artifactId>
>                 <configuration>
>                     <archive>
>                         <addMavenDescriptor>false</addMavenDescriptor>
>                         <manifest>
>                             
> <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
>                         </manifest>
>                     </archive>
> Is it possible to skip Implementation-Version in the manifest, and in case, 
> how?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to