为什么iotdb zeppelin-interpreter jar不包含依赖包?
Why iotdb zeppelin-interpreter jar does not include dependent packages?
我的 IoTDB 版本是 0.12.1。
我按照官方文档https://iotdb.apache.org/UserGuide/V0.12.x/Ecosystem%20Integration/Zeppelin-IoTDB.html.
打包了zeppelin-interpreter
指令为mvn clean package -pl zeppelin-interpreter -am -DskipTests
.
只生成zeppelin-iotdb-0.12.1.jar和zeppelin-iotdb-0.12.1-sources.jar,但是zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar 不见了。
如何生成带有依赖项的 jar?
请在 mvn 命令中添加 -P get-jar-with-dependencies
。
我们已经修复了文档。感谢您的反馈意见。 :)
我的 IoTDB 版本是 0.12.1。
我按照官方文档https://iotdb.apache.org/UserGuide/V0.12.x/Ecosystem%20Integration/Zeppelin-IoTDB.html.
打包了zeppelin-interpreter指令为mvn clean package -pl zeppelin-interpreter -am -DskipTests
.
只生成zeppelin-iotdb-0.12.1.jar和zeppelin-iotdb-0.12.1-sources.jar,但是zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar 不见了。
如何生成带有依赖项的 jar?
请在 mvn 命令中添加 -P get-jar-with-dependencies
。
我们已经修复了文档。感谢您的反馈意见。 :)