Reviewed-by: Akira Ajisaka <aajisaka@apache.org> Reviewed-by: Hui Fei <ferhui@apache.org> (cherry picked from commit 66dda86fecee966c7b0625b19f700a43db9787a3)
@@ -2267,11 +2267,11 @@
<fork>true</fork>
<source>${javac.version}</source>
<target>${javac.version}</target>
- <compilerArguments>
- <Xlint/>
- <Xlint:-unchecked/>
- <Xmaxwarns>9999</Xmaxwarns>
- </compilerArguments>
+ <compilerArgs>
+ <arg>-Xlint</arg>
+ <arg>-Xlint:unchecked</arg>
+ <arg>-Xmaxwarns=9999</arg>
+ </compilerArgs>
</configuration>
</plugin>
</plugins>