My IoTDB version is 0.12.1.
I package zeppelin-interpreter following the offical document https://iotdb.apache.org/UserGuide/V0.12.x/Ecosystem Integration/Zeppelin-IoTDB.html.
The command is mvn clean package -pl zeppelin-interpreter -am -DskipTests
.
Only zeppelin-iotdb-0.12.1.jar and zeppelin-iotdb-0.12.1-sources.jar are generated, but zeppelin-{version}-SNAPSHOT-jar-with-dependencies.jar is missing.
How could i generate the jar with dependencies?
CodePudding user response:
Please Add -P get-jar-with-dependencies
in mvn command.
We have fixed the document. Thanks for your feedback. :)