我的IoTDB版本是0.12.1。
我按照官方文档https://iotdb.apache.org/UserGuide/V0.12.x/Ecosystem%20Integration/Zeppelin-IoTDB.html打包了齐柏林飞艇解释器。
该命令为mvn clean package -pl zeppelin-interpreter -am -DskipTests。
只生成zeppelin-iotdb-0.12.1.jar和zeppelin-iotdb-0.12.1-Sourcees.jar,但缺少zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar。
如何生成具有依赖关系的jar?
发布于 2021-10-07 02:12:04
请在mvn命令中添加-P get-jar-with-dependencies。
我们已经把文件修好了。感谢您的反馈。:)
https://stackoverflow.com/questions/69474636
复制相似问题