RE: Property resolution

2009-10-16 Thread Jamie Whitehouse
Are you passing these to surefire as system properties? http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html If not, how are you passing them? -Original Message- From: Roland Asmann [mailto:roland.asm...@cfc.at] Sent: Thursday, October 15, 2009 2:13 PM

RE: Property resolution

2009-10-16 Thread Roland Asmann
Yes, I am. But reading that again and checking with a MOJO I wrote, I guess I don't see it because the variable points to a java.io.File and not a String... However, I've found that I can get the local repository in Surefire as it is in the system-properties as 'localRepository'. Roland Are