Home > Net >  Why iotdb zeppelin-interpreter jar does not include dependent packages?
Why iotdb zeppelin-interpreter jar does not include dependent packages?

Time:10-07

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. :)

  • Related