Apache Maven Shared Component: Maven Common Artifact Filters 3.3.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Common Artifact Filters Version 3.3.1.

A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.

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

1<plugin>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-common-artifact-filters</artifactId>
4  <version>3.3.1</version>
5</plugin>

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

Release Notes Maven Common Artifact Filters 3.3.1

  • Bug:

Enjoy,

-The Apache Maven team