Re: Expansion of maven variables

2006-07-25 Thread Simon Kitching
Hi Gilles, Thanks for your comments. On Mon, 2006-07-24 at 23:48 -0700, Gilles Scokart wrote: > ${project.classpathElements} can be used when your parameter is a List . > Here you want to place it in a String. True, and maybe that's the problem. The things that are working are all of type Strin

Re: Expansion of maven variables

2006-07-24 Thread Gilles Scokart
://www.nabble.com/Expansion-of-maven-variables-tf1996470.html#a5480707 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Expansion of maven variables

2006-07-24 Thread Simon Kitching
Hi, I'm confused by the availability of maven variables, in particular ${project.testClasspathElements}. In a surefire config section, I've got this: **/DumpProps.java test.finalName ${project.build.finalName}