提交 6dd9c8eb 编写于 作者: J Jesse Glick

Merge branch 'security' into SECURITY-163

...@@ -197,7 +197,6 @@ THE SOFTWARE. ...@@ -197,7 +197,6 @@ THE SOFTWARE.
</systemPropertyVariables> </systemPropertyVariables>
<reuseForks>true</reuseForks> <reuseForks>true</reuseForks>
<forkCount>${concurrency}</forkCount> <forkCount>${concurrency}</forkCount>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
...@@ -257,6 +256,17 @@ THE SOFTWARE. ...@@ -257,6 +256,17 @@ THE SOFTWARE.
<skipTests>true</skipTests> <skipTests>true</skipTests>
</properties> </properties>
</profile> </profile>
<profile>
<id>all-tests</id>
<activation>
<property>
<name>!test</name>
</property>
</activation>
<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>
</profile>
<profile> <profile>
<!-- <!--
Obtain code coverage report. This is done by running Unit tests on our own and suppressing surefire. Obtain code coverage report. This is done by running Unit tests on our own and suppressing surefire.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册