When invoking the goal test:test, I specify the JVM to fork.  However,
the system properties that I am defining with '-D' appear not to be
passed to the new JVM.  Here's my command line when invoking Maven:
 
$ maven -Dcom.susnetdirect.core.config.dir=. test:test
 
I'd like to set this property in a preGoal to test:test, but haven't
read about any way to do this.  Any solution would be fine.  Thanks in
advance for answers/comments. 

Reply via email to