maven/maven-artifact
Jason van Zyl fa9735291f o putting into play the use of the artifact filter during the transitive
collection of artifacts.

  -> I was previously using a an exclude list but that was only taking into
     account the top-level pass of the artifacts so what was happening was
     things like maven-core weren't going in repeatedly but all of
     maven-core's deps were going in repeatedly. So by using the filter
     in the collector that sort of behaviour is stopped and now I can
     make the filter do anything I want to account for any weirdisms
     I subsequently encounter.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163185 13f79535-47bb-0310-9956-ffa450edef68
2004-10-06 14:30:00 +00:00
..
src o putting into play the use of the artifact filter during the transitive 2004-10-06 14:30:00 +00:00
.cvsignore Initial revision 2004-08-09 18:37:31 +00:00
pom.xml o my changes in plexus caused some nasty problems so i've backed 2004-09-18 06:08:18 +00:00