diff --git a/pom.xml b/pom.xml index 24afed9fb5644239658418d9b9e637d4f139e531..5ac23854d2dfd927d994056c1b2738fb5c7f7d55 100644 --- a/pom.xml +++ b/pom.xml @@ -69,9 +69,7 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> - <compilerArguments> - <Xlint:all /> - </compilerArguments> + <compilerArgument>-Xlint:all</compilerArgument> <source>${project.source.version}</source> <target>${project.target.version}</target> </configuration>