From 05e400dff0d17059e5cee673e72d852eba0dcd18 Mon Sep 17 00:00:00 2001 From: Yikf Date: Fri, 30 Dec 2022 19:56:42 +0800 Subject: [PATCH] [KYUUBI #4050] [BUILD] Suppress warnning of the maven-antrun-plugin echo ### _Why are the changes needed?_ This pr aims to suppress warnning of the maven-antrun-plugin echo; before: ```log [WARNING] [echo] unpacking netty jar [WARNING] [echo] renaming netty native libraries [WARNING] [echo] deleting META-INF/native-image folder [WARNING] [echo] repackaging netty jar ``` after: ```log [INFO] [echo] unpacking netty jar [INFO] [echo] renaming netty native libraries [INFO] [echo] deleting META-INF/native-image folder [INFO] [echo] repackaging netty jar ``` ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4050 from Yikf/echo. Closes #4050 2729f7988 [Yikf] Suppress warnning of the maven-antrun-plugin echo Authored-by: Yikf Signed-off-by: fwang12 --- externals/kyuubi-spark-sql-engine/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/externals/kyuubi-spark-sql-engine/pom.xml b/externals/kyuubi-spark-sql-engine/pom.xml index 93a548d3e..0ea3aaaba 100644 --- a/externals/kyuubi-spark-sql-engine/pom.xml +++ b/externals/kyuubi-spark-sql-engine/pom.xml @@ -433,16 +433,16 @@ package - + unpacking netty jar - + renaming netty native libraries - + deleting META-INF/native-image folder - + repackaging netty jar