Class ContextualSnapshotVersionFilter

java.lang.Object
org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter
All Implemented Interfaces:
VersionFilter

public final class ContextualSnapshotVersionFilter extends Object implements VersionFilter
A version filter that blocks "*-SNAPSHOT" versions if the root artifact of the dependency graph is not a snapshot. Alternatively, this filter can be forced to always ban snapshot versions by setting the boolean configuration property CONFIG_PROP_ENABLE to true.