You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by John Casey <jd...@apache.org> on 2009/01/05 21:25:14 UTC

[ANN] Maven Archiver 2.4 Released

The Maven team is pleased to announce the release of the Maven Archiver 
shared component, version 2.4.

This component is used to create custom archives that are configured 
from the POM. You can find more information at:

http://maven.apache.org/shared/maven-archiver/

To use this component in your own project, you'll need to add the 
following dependency entry:

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-archiver</artifactId>
   <version>2.4</version>
</dependency>

Release Notes - Maven Shared Components - Version maven-archiver-2.4


** Bug
     * [MSHARED-36] - Maven Archiver creates incorrect Class-Path entry 
in Manifest for deployed snapshots
     * [MSHARED-50] - Manifest sections are only added to the manifest 
when the archive is created


** New Feature
     * [MSHARED-32] - Customization of jar-name pattern of 
classpath-entries inside MANIFEST.MF



Enjoy,

-The Maven team