How to resolve "skip non existing resourceDirectory" when using "mvn test"
摘要:When running "mvn test" in command line, there is a warning message "skip non existing resourceDirectory" and cannot run test cases.Refer tohttp://rongjih.blog.163.com/blog/static/335744612010102911363452/郁闷之际查了一下maven参考资料,发现原来是surefire插件的默认行为所致。maven是使用surefire插件执行测试的,它按照指定格式的类名
阅读全文
posted @
2012-12-28 13:38
-Anny-
阅读(4810)
推荐(0)