Fix warning reported by 'mvn versions:display-plugin-updates'
This commit is contained in:
parent
3fa020303b
commit
5722332c9a
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue