Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションの Maven ビルド プロセス中に JSFUnit テストを実行したいと考えています。そのようにMavenを構成するにはどうすればよいですか?
http://maven.apache.org/surefire/maven-surefire-plugin/
このプラグインはそのトリックを行います。
ポンポンの例:
Maven 統合テストを実行するにはどうすればよいですか