>
> >> What if I only want the direct deps instead of the transitive ones?
> >
> > ${project.dependencies} - but these are just model dependencies, not
> > artifacts. If you need the artifacts, take the union of this and
> > ${project.artifacts}.I think that many plugins use this functionality, so maybe that should be moved to the maven core to avoid that this code is duplicated in many places? regards, Wim
