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

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

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-common-artifact-filters</artifactId>
  <version>3.0.1</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 - Version maven-common-artifact-filters-3.0.1

** Bug
    * [MSHARED-386] - Wildcard does not work with null classifier
    * [MSHARED-560] - Support includeNullScope for ArtifactFilter

** Improvement
    * [MSHARED-524] - Upgrade maven-shared-components parent to version 30

** New Feature
    * [MSHARED-559] - Allow classifier in PatternInclusionsFilter
* [MSHARED-566] - Support actTransitivily for Pattern(Include/Exclude)ArtifactFilter


Enjoy,

-The Apache Maven team

Reply via email to