mirror of https://github.com/apache/maven.git
o opening up access to the exclusion filters for tycho
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e509236dae
commit
845dfab57c
|
@ -80,7 +80,7 @@ public class DefaultArtifactFilterManager
|
||||||
DEFAULT_EXCLUSIONS = artifacts;
|
DEFAULT_EXCLUSIONS = artifacts;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Set excludedArtifacts = new HashSet( DEFAULT_EXCLUSIONS );
|
protected Set excludedArtifacts = new HashSet( DEFAULT_EXCLUSIONS );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use this class as a component instead, and then use getArtifactFilter().
|
* @deprecated Use this class as a component instead, and then use getArtifactFilter().
|
||||||
|
|
Loading…
Reference in New Issue