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

This shared library provides a set of implementations for the org.apache.maven.artifact.resolver.filter.ArtifactFilter interface, found in maven-artifact. Most notable are the implementations allowing the use of wildcard patterns for including and excluding artifacts.

http://maven.apache.org/shared/maven-common-artifact-filters-1.3

To use this library, specify the following dependency in your pom.xml:

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


Release Notes - Maven Common Artifact Filters - Version 1.3

** Bug
* [MSHARED-162] - actTransitively wildcard patterns can fail on pattern-based filters


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to