You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "darren hartford (JIRA)" <ji...@codehaus.org> on 2006/01/11 20:21:01 UTC

[jira] Created: (MJAR-17) specifying does nothing

specifying <manifestFile> does nothing
--------------------------------------

         Key: MJAR-17
         URL: http://jira.codehaus.org/browse/MJAR-17
     Project: Maven 2.x Jar Plugin
        Type: Bug

    Reporter: darren hartford


Trying to set an existing MANIFEST.MF file as the JAR Manifest, but continues to generate the default Manifest.

sample config:
==================
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jar-plugin</artifactId>
          <configuration>
            <archive>
              <index>true</index>
              <manifestFile>${basedir}/META-INF/MANIFEST.MF</manifestFile>
            </archive>
          </configuration>
        </plugin>  	  	
==============


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MJAR-17) specifying does nothing

Posted by "darren hartford (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAR-17?page=all ]
     
darren hartford closed MJAR-17:
-------------------------------

    Resolution: Fixed

user.insufficient.Caffine error  :-)

Just adds more data to the top of the specified Manifest file which is fine.

> specifying <manifestFile> does nothing
> --------------------------------------
>
>          Key: MJAR-17
>          URL: http://jira.codehaus.org/browse/MJAR-17
>      Project: Maven 2.x Jar Plugin
>         Type: Bug

>     Reporter: darren hartford

>
>
> Trying to set an existing MANIFEST.MF file as the JAR Manifest, but continues to generate the default Manifest.
> sample config:
> ==================
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-jar-plugin</artifactId>
>           <configuration>
>             <archive>
>               <index>true</index>
>               <manifestFile>${basedir}/META-INF/MANIFEST.MF</manifestFile>
>             </archive>
>           </configuration>
>         </plugin>  	  	
> ==============

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org