Maven Common Artifact Filters 1.1 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Common Artifact Filters 1.1 Released

by jdcasey :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

The Maven team is pleased to announce the release of the Maven Common
Artifact Filters shared component, version 1.1.

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