HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
Reviewed-by: Hui Fei <ferhui@apache.org>
(cherry picked from commit 66dda86fec
)
This commit is contained in:
parent
a5f038b3f6
commit
d525e1e33d
@ -2267,11 +2267,11 @@
|
|||||||
<fork>true</fork>
|
<fork>true</fork>
|
||||||
<source>${javac.version}</source>
|
<source>${javac.version}</source>
|
||||||
<target>${javac.version}</target>
|
<target>${javac.version}</target>
|
||||||
<compilerArguments>
|
<compilerArgs>
|
||||||
<Xlint/>
|
<arg>-Xlint</arg>
|
||||||
<Xlint:-unchecked/>
|
<arg>-Xlint:unchecked</arg>
|
||||||
<Xmaxwarns>9999</Xmaxwarns>
|
<arg>-Xmaxwarns=9999</arg>
|
||||||
</compilerArguments>
|
</compilerArgs>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
Reference in New Issue
Block a user