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

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
2  org.apache.maven.shared
3  maven-common-artifact-filters
4  3.3.2
5

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

Release Notes Maven Common Artifact Filters 3.3.2

  • Bug

    • MSHARED-1130 - PatternIncludesArtifactFilters raising NPE for patterns w/ wildcards and artifactoid w/ null on any coordinate
  • Dependency upgrade

Enjoy,

-The Apache Maven team