Skip to content

Commit

Permalink
[hotfix] [build] Remove outdated and obsolete plugin config in flink-…
Browse files Browse the repository at this point in the history
…runtime

    This removes an outdates plugin configuration for surefire, excluding
    certain test data files which were way back conflicting with the test
    naming pattern.
  • Loading branch information
StephanEwen committed Oct 15, 2017
1 parent 9498f4f commit b2b9463
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions flink-runtime/pom.xml
Expand Up @@ -360,19 +360,12 @@ under the License.
</configuration>
</plugin>

<!-- to increase build stability here, do not reuse unit test JVM forks -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<reuseForks>false</reuseForks>
<!-- <workingDirectory>${project.build.testOutputDirectory}</workingDirectory> -->
<excludes>
<exclude>**/TestData.java</exclude>
<exclude>**/TestInstanceListener.java</exclude>
</excludes>
<systemPropertyVariables>
<log.level>WARN</log.level>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b2b9463

Please sign in to comment.