On 11/10/06, matthewadams <[EMAIL PROTECTED]> wrote:
1. Is the "argLine" property a Surefire-specific property or a Maven-global property? 2. Where is the "argLine" property documented (and all other properties for that matter)? 3. Where do I set the surefire "forkMode" property?
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html The properties can be set with -D on the command line or inside <plugin><configuration> in the pom. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
