HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2956)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>

Change-Id: I7de255cb9a167e3a5e25ae339b050e82cb4b7c30
This commit is contained in:
Wei-Chiu Chuang 2021-04-26 18:42:42 -07:00 committed by GitHub
parent 9166bfeb74
commit 64264d726d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2283,11 +2283,12 @@
<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</arg>
<arg>9999</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>