我希望在应用程序的Maven构建过程中执行JSFUnit测试。我如何配置Maven来做到这一点?
发布于 2012-12-08 02:09:20
http://maven.apache.org/surefire/maven-surefire-plugin/
这个插件可以做到这一点。
pom示例:
How do I get my Maven Integration tests to run
https://stackoverflow.com/questions/13768021
相似问题