Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
maven-common-artifact-filters-1.2
-
None
-
None
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.