Release Apache Maven Archiver version 3.6.6

Sylwester Lachiewicz <[email protected]> Wed, 24 Dec 2025 10:46:48 +0100
Newsgroups gmane.comp.jakarta.avalon.user,gmane.comp.apache.maven.announce,gmane.comp.apache.deltacloud.devel
Message-ID <CAJG7DX0kQrf9JEWFn0NHNi8SjSyxpVaZSXib8ZvASsfkvmda0Q__22042.1077030309$1766569722$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Archiver, version 3.6.6

This shared library is mainly used by plugins to handle packaging.

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

You should specify the version in your project's plugin configuration:

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

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

https://maven.apache.org/shared/maven-archiver/download.cgi

Release Notes - Maven Maven Archiver - version 3.6.6

https://github.com/apache/maven-archiver/releases/tag/maven-archiver-3.6.6


Enjoy,

-The Apache Maven team