Search before asking
Fluss version
0.5.0 (latest release)
Please describe the bug 🐞
Currently, fluss-dist/src/main/assemble/bin.xml, fluss-dist/src/main/assemble/plugin.xml,fluss-dist/src/main/assemble/opt.xml packages a bundle of dependencies.
Howerver, some dependencies lacks in pom.xml of fluss-dist. If we not run mvn clean install -DskipTests to build all the modules, but run mvn clean install -pl fluss-dist -am -DskipTests to build fluss-dist(and its dependencies) only. Error will occurs:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.6.0:single (plugins) on project fluss-dist: Failed to create assembly: Error adding file to archive: /fluss/fluss-dist/../fluss-metrics/fluss-metrics-prometheus/target/fluss-metrics-prometheus-0.6-SNAPSHOT.jar
Solution
Add all needed dependencies to fluss-dist
Are you willing to submit a PR?
Search before asking
Fluss version
0.5.0 (latest release)
Please describe the bug 🐞
Currently,
fluss-dist/src/main/assemble/bin.xml,fluss-dist/src/main/assemble/plugin.xml,fluss-dist/src/main/assemble/opt.xmlpackages a bundle of dependencies.Howerver, some dependencies lacks in pom.xml of fluss-dist. If we not run
mvn clean install -DskipTeststo build all the modules, but runmvn clean install -pl fluss-dist -am -DskipTeststo build fluss-dist(and its dependencies) only. Error will occurs:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.6.0:single (plugins) on project fluss-dist: Failed to create assembly: Error adding file to archive: /fluss/fluss-dist/../fluss-metrics/fluss-metrics-prometheus/target/fluss-metrics-prometheus-0.6-SNAPSHOT.jarSolution
Add all needed dependencies to fluss-dist
Are you willing to submit a PR?