John Casey
Mon, 05 Jan 2009 12:26:11 -0800
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