This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new dc30b34 HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)
dc30b34 is described below
commit dc30b34079c2ebceb561c4196b1c9953830a7988
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Sun Apr 25 23:04:52 2021 -0700
HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)
Reviewed-by: Akira Ajisaka <[email protected]>
Reviewed-by: Hui Fei <[email protected]>
(cherry picked from commit 66dda86fecee966c7b0625b19f700a43db9787a3)
(cherry picked from commit 41da92def46f84e99e2d8cab604b8f1e290f1c15)
---
hadoop-project/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index bbeabd8..09381a1 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1924,11 +1924,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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]