【问题标题】:How to execute JSFUnit tests during Maven build如何在 Maven 构建期间执行 JSFUnit 测试 【发布时间】:2012-12-07 17:26:10 【问题描述】: 我想在应用程序的 Maven 构建过程中执行 JSFUnit 测试。我该如何配置 Maven 来做到这一点? 【问题讨论】: 标签: java jsf maven junit jsfunit 【解决方案1】: http://maven.apache.org/surefire/maven-surefire-plugin/ 这个插件可以解决问题。 示例 pom: How do I get my Maven Integration tests to run 【讨论】: