« Return to Thread: Maven Archiver 2.4 Released

Maven Archiver 2.4 Released

by jdcasey :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

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


 « Return to Thread: Maven Archiver 2.4 Released