The Apache Maven team is pleased to announce the release of the
Maven Archiver, version 3.5.2.

The Maven Archiver is mainly used by plugins to handle packaging. The version
numbers referenced in the Since column on this page are the version of the
Maven Archiver component – not for any specific plugin. To see which version of
Maven Archiver a plugin uses, go to the site for that plugin.

You should specify the version in your project’s dependency configuration:

1
2
3
4
5

  org.apache.maven.shared
  maven-archiver
  3.5.2

You can download the appropriate sources etc. from the download page.

Release Notes – Maven Archiver – Version 3.5.2

  • Bugs:

    • MSHARED-849 – archiver sorts META-INF/MANIFEST.MF before META-INF/ in ZIP header
  • Dependency upgrade:

Enjoy,

-The Apache Maven team