Class UniqueArtifactFilterPostprocessor

java.lang.Object
org.apache.maven.index.UniqueArtifactFilterPostprocessor
All Implemented Interfaces:
ArtifactInfoFilter

public class UniqueArtifactFilterPostprocessor extends Object implements ArtifactInfoFilter
A special reusable filter, that filters the result set to unique Repository-GroupId-ArtifactId combination, leaving out Version. There is a switch to make the Indexer-wide unique by ignoring repositories too.
Author:
cstamas