RE: Creating artifacts from Dependencies

2006-04-03 Thread hermod.opstvedt
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

RE: Creating artifacts from Dependencies

2006-04-03 Thread hermod.opstvedt
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

Re: Creating artifacts from Dependencies

2006-04-03 Thread Brett Porter
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

RE: Creating artifacts from Dependencies

2006-04-03 Thread hermod.opstvedt
: 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

Re: Creating artifacts from Dependencies

2006-04-03 Thread Brett Porter
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