On 12/19/05, Torsten Curdt <[EMAIL PROTECTED]> wrote:
> Aaaaah! That did it :)

Still a bug that you'd get a NPE... :)

> Something wrong with "resolveTransitiveDependencies"?

Probably my fault, it's @requiresDependencyResolution
[compile|runtime|test] (default is test).

> 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}.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to