提交 919bab82 编写于 作者: J Jesse Glick

Cannot pass -DexcludedGroups to the entire Jenkins build, since it will fail in other modules.

上级 2454c06d
......@@ -42,6 +42,7 @@ THE SOFTWARE.
<properties>
<concurrency>2</concurrency> <!-- may use e.g. 2C for 2 × (number of cores) -->
<mavenDebug>false</mavenDebug>
<test.excluded.groups/>
</properties>
<dependencies>
......@@ -185,6 +186,7 @@ THE SOFTWARE.
<reuseForks>true</reuseForks>
<forkCount>${concurrency}</forkCount>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<excludedGroups>${test.excluded.groups}</excludedGroups>
</configuration>
</plugin>
<plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册