Hi
That worked great! Thanks a lot.
Hermod
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Monday, April 03, 2006 10:46 AM
To: Maven Developers List
Subject: Re: Creating artifacts from Dependencies
test
in the tag. It can be either test (which gets everything
Hi
Great, I will try that. By the way without it ${project.artifacts} returns
empty.
Hermod
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Monday, April 03, 2006 10:46 AM
To: Maven Developers List
Subject: Re: Creating artifacts from Dependencies
test
in the
PROTECTED]
> Sent: Monday, April 03, 2006 10:30 AM
> To: Maven Developers List
> Subject: Re: Creating artifacts from Dependencies
>
>
> IIUC, what you want is to use a variable populated with the expression:
>
> ${project.artifacts}
>
> This will be a collection of
: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Monday, April 03, 2006 10:30 AM
To: Maven Developers List
Subject: Re: Creating artifacts from Dependencies
IIUC, what you want is to use a variable populated with the expression:
${project.artifacts}
This will be a collection of artifacts pre
IIUC, what you want is to use a variable populated with the expression:
${project.artifacts}
This will be a collection of artifacts pre-constructed from the
transitive dependency closure of that project.
Don't forget to add @requiresDependencyResolution to your mojo's
metadata as well to guarant