Fix warning reported by 'mvn versions:display-plugin-updates'

This commit is contained in:
Gary Gregory 2019-05-20 08:25:08 -04:00
parent 3fa020303b
commit 5722332c9a
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@ CSV files of various types.
<!-- Enable the compilation of the benchmarks -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${commons.compiler.version}</version>
<configuration combine.self="override">
<testIncludes>
<testInclude>**/*</testInclude>