### _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 <yikaifei1@gmail.com> Signed-off-by: fwang12 <fwang12@ebay.com> |
||
|---|---|---|
| .. | ||
| kyuubi-download | ||
| kyuubi-flink-sql-engine | ||
| kyuubi-hive-sql-engine | ||
| kyuubi-jdbc-engine | ||
| kyuubi-spark-sql-engine | ||
| kyuubi-trino-engine | ||