【发布时间】:2016-01-20 02:54:42
【问题描述】:
我正在使用 scala to java maven project 编写一些测试。我想用 maven 插件运行这些测试,但我也希望其余的 JUnit 测试也能运行。 问题是根据this guidelines 我必须禁用 surefire 。 我有运行 scalatest 和 junit 测试的解决方案吗?
【问题讨论】:
标签: scala maven junit scalatest maven-surefire-plugin