You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Napoleon Esmundo C. Ramirez (JIRA)" <ji...@codehaus.org> on 2006/03/21 02:58:11 UTC

[jira] Created: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.

MANIFEST.MF is not used when specified in configuration.
--------------------------------------------------------

         Key: MASSEMBLY-74
         URL: http://jira.codehaus.org/browse/MASSEMBLY-74
     Project: Maven 2.x Assembly Plugin
        Type: Bug

    Reporter: Napoleon Esmundo C. Ramirez


If a project is assembled this way, the MANIFEST.MF is not used.

<project>
  ...
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptorId>jar-with-dependencies</descriptorId>
          <archive>
            <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
  ...
</project>

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


[jira] Commented: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.

Posted by "Napoleon Esmundo C. Ramirez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-74?page=comments#action_61578 ] 

Napoleon Esmundo C. Ramirez commented on MASSEMBLY-74:
------------------------------------------------------

This issue was discovered while investigating MASSEMBLY-64.  Since MASSEMBLY-64 already has a solution, I think it's best to refer there, and use the patch attached there as it also fixes this issue.

> MANIFEST.MF is not used when specified in configuration.
> --------------------------------------------------------
>
>          Key: MASSEMBLY-74
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-74
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Napoleon Esmundo C. Ramirez
>      Fix For: 2.1
>  Attachments: MASSEMBLY-74-maven-assembly-plugin.patch, MASSEMBLY-74-maven-assembly-plugin.patch
>
>
> If a project is assembled this way, the MANIFEST.MF is not used.
> <project>
>   ...
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
>           <descriptorId>jar-with-dependencies</descriptorId>
>           <archive>
>             <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
>   ...
> </project>

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


[jira] Updated: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-74?page=all ]

Allan Ramirez updated MASSEMBLY-74:
-----------------------------------

    Fix Version: 2.1

> MANIFEST.MF is not used when specified in configuration.
> --------------------------------------------------------
>
>          Key: MASSEMBLY-74
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-74
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Napoleon Esmundo C. Ramirez
>      Fix For: 2.1
>  Attachments: MASSEMBLY-74-maven-assembly-plugin.patch, MASSEMBLY-74-maven-assembly-plugin.patch
>
>
> If a project is assembled this way, the MANIFEST.MF is not used.
> <project>
>   ...
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
>           <descriptorId>jar-with-dependencies</descriptorId>
>           <archive>
>             <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
>   ...
> </project>

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


[jira] Updated: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.

Posted by "Napoleon Esmundo C. Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-74?page=all ]

Napoleon Esmundo C. Ramirez updated MASSEMBLY-74:
-------------------------------------------------

    Attachment: MASSEMBLY-74-maven-assembly-plugin.patch

> MANIFEST.MF is not used when specified in configuration.
> --------------------------------------------------------
>
>          Key: MASSEMBLY-74
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-74
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Napoleon Esmundo C. Ramirez
>  Attachments: MASSEMBLY-74-maven-assembly-plugin.patch, MASSEMBLY-74-maven-assembly-plugin.patch
>
>
> If a project is assembled this way, the MANIFEST.MF is not used.
> <project>
>   ...
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
>           <descriptorId>jar-with-dependencies</descriptorId>
>           <archive>
>             <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
>   ...
> </project>

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


[jira] Closed: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-74?page=all ]
     
Allan Ramirez closed MASSEMBLY-74:
----------------------------------

    Resolution: Fixed

Applied.. Thanks

> MANIFEST.MF is not used when specified in configuration.
> --------------------------------------------------------
>
>          Key: MASSEMBLY-74
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-74
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Napoleon Esmundo C. Ramirez
>      Fix For: 2.1
>  Attachments: MASSEMBLY-74-maven-assembly-plugin.patch, MASSEMBLY-74-maven-assembly-plugin.patch
>
>
> If a project is assembled this way, the MANIFEST.MF is not used.
> <project>
>   ...
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
>           <descriptorId>jar-with-dependencies</descriptorId>
>           <archive>
>             <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
>   ...
> </project>

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


[jira] Updated: (MASSEMBLY-74) MANIFEST.MF is not used when specified in configuration.

Posted by "Napoleon Esmundo C. Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-74?page=all ]

Napoleon Esmundo C. Ramirez updated MASSEMBLY-74:
-------------------------------------------------

    Attachment: MASSEMBLY-74-maven-assembly-plugin.patch

> MANIFEST.MF is not used when specified in configuration.
> --------------------------------------------------------
>
>          Key: MASSEMBLY-74
>          URL: http://jira.codehaus.org/browse/MASSEMBLY-74
>      Project: Maven 2.x Assembly Plugin
>         Type: Bug

>     Reporter: Napoleon Esmundo C. Ramirez
>  Attachments: MASSEMBLY-74-maven-assembly-plugin.patch
>
>
> If a project is assembled this way, the MANIFEST.MF is not used.
> <project>
>   ...
>   <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-assembly-plugin</artifactId>
>         <configuration>
>           <descriptorId>jar-with-dependencies</descriptorId>
>           <archive>
>             <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
>           </archive>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
>   ...
> </project>

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