提交 5fdf39b1 编写于 作者: M Maximilian Michels

[FLINK-3953][maven] rename unit-tests execution to default-test

After 38698c0b, there are now two
executions defined for the Surefire plugin: unit-tests and
integration-tests. In addition, there is an implicit default execution
called default-test. This leads to the unit tests to be executed
twice. This renames unit-tests to default-test to prevent duplicate
execution.

This closes #2019
上级 017106e1
......@@ -923,7 +923,7 @@ under the License.
</configuration>
<executions>
<execution>
<id>unit-tests</id>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册