标签: java eclipse maven
可能重复: Proper usage of Java -D command-line parameters
我正在尝试从Eclipse启动此命令:
mvn test -Dtest=com.yyy.xxx.myTest
因此,要在“运行配置”中配置命令,我需要一个Eclipse变量来获取com.yyy.xxx.myTest
我的想法是在选择课程后启动命令。
在这里,我还没有找到变量:
http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fconcepts-exttools.htm
关于变量的任何想法?