Possible Duplicate:
Proper usage of Java -D command-line parameters
I am trying to launch this command from Eclipse:
mvn test -Dtest=com.yyy.xxx.myTest
So to configure the command in the "Run Configurations" I need an Eclipse variable to get com.yyy.xxx.myTest
My idea is to launch the command after to select the class.
Here, I have not found the variable:
Any idea about the variable?