Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: maven-common-artifact-filters-1.2
-
Fix Version/s: None
-
Component/s: maven-common-artifact-filters
-
Labels:None
-
Number of attachments :
Description
Mainly, the question is about isArtifactIncluded(Artifact) interacts with filter(Set) :
for example, should always filter() call isArtifactIncluded(), and be coherent with each other (say if isArtifactIncluded() returns true for a some artifacts, then filter(Set) should always return the Set WITHOUT or WITH those artifacts?)
Thanks a lot.