kyuubi/externals
Yikf 05e400dff0 [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 <yikaifei1@gmail.com>
Signed-off-by: fwang12 <fwang12@ebay.com>
2022-12-30 19:56:42 +08:00
..
kyuubi-download [KYUUBI #3842] [Improvement] Support maven pom.xml code style check with spotless plugin 2022-11-23 22:08:00 +08:00
kyuubi-flink-sql-engine [KYUUBI #3915] Client support detecting ResultSet codec 2022-12-13 17:05:47 +08:00
kyuubi-hive-sql-engine [KYUUBI #3915] Client support detecting ResultSet codec 2022-12-13 17:05:47 +08:00
kyuubi-jdbc-engine [KYUUBI #3915] Client support detecting ResultSet codec 2022-12-13 17:05:47 +08:00
kyuubi-spark-sql-engine [KYUUBI #4050] [BUILD] Suppress warnning of the maven-antrun-plugin echo 2022-12-30 19:56:42 +08:00
kyuubi-trino-engine [KYUUBI #3915] Client support detecting ResultSet codec 2022-12-13 17:05:47 +08:00