The Apache Maven team is pleased to announce the release of the Apache Maven Common Artifact Filters, version 3.1.0

This library contains a collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.

https://maven.apache.org/shared/maven-common-artifact-filters/

You should specify the dependency in your project's pom:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-common-artifact-filters</artifactId>
  <version>3.1.0</version>
</dependency>

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

https://maven.apache.org/shared/maven-common-artifact-filters/download.cgi


Release Notes - Maven Shared Components - maven-common-artifact-filters-3.1.0

** Bug
* [MSHARED-631] - Several filters do not preserve order of artifacts filtered

** Dependency upgrade
* [MSHARED-683] - Use maven-resolver instead of (eclipse-)aether / Require Java 7


Enjoy,

-The Apache Maven team

Reply via email to