RE: [M2] ${basedir} does not get expanded?

2005-04-13 Thread Vincent Massol
er tests I have in cargo to pass the container port to tests. Thanks -Vincent > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 13 avril 2005 01:36 > To: Maven Developers List > Subject: Re: [M2] ${basedir} does not get expanded? >

Re: [M2] ${basedir} does not get expanded?

2005-04-12 Thread Brett Porter
Just thought of a sneaky workaround for the first alpha - can you try: ${project.file.parent} ? (maybe project.file.parentFile.absolutePath). I don't know if these work with the current code either - worth a shot. - Brett Brett Porter wrote: >Ideally configuration would be declared as a file,

Re: [M2] ${basedir} does not get expanded?

2005-04-12 Thread Brett Porter
Ideally configuration would be declared as a file, in which case it is resolved to the basedir. But that's obviously not possible with generic types like properties. It seems that we need to amalgamate the expression handling the model interpolator, and the expression hangling in the plugin expres