John Casey
Mon, 05 Jan 2009 12:26:00 -0800
This component is used to filter a list of Artifact instances based on various configurable criteria. You can find more information at:
http://maven.apache.org/shared/maven-common-artifact-filters/To use this component in your own project, you'll need to add the following dependency entry:
<dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> <version>1.1</version> </dependency>Unfortunately, this component did not have a separate list of issues, and therefore doesn't have an independent section of Release Notes. All filtering issues were included in the release of maven-assembly-plugin version 2.2-beta-3 (http://jira.codehaus.org/browse/MASSEMBLY/fixforversion/13507).
Future releases will include a separate list of issues for this component. Enjoy, -The Maven team