[INFO] Packaging .......................................... FAILURE [ 2.971 s]
[INFO] Open Messaging Benchmark Docker Image .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25.329 s
[INFO] Finished at: 2020-08-06T16:15:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single (distro-assembly) on project package: Failed to create assembly: Unable to resolve dependencies for assembly 'bin': Failed to resolve dependencies for assembly: The artifact has no valid ranges
[ERROR] io.grpc:grpc-core:jar:1.31.0
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) io.openmessaging.benchmark:package:pom:0.0.1-SNAPSHOT
[ERROR] 2) io.openmessaging.benchmark:benchmark-framework:jar:0.0.1-SNAPSHOT
[ERROR] 3) io.openmessaging.benchmark:driver-pravega:jar:0.0.1-SNAPSHOT
[ERROR] 4) io.pravega:pravega-client:jar:0.8.0-2612.24157c5-SNAPSHOT
[ERROR] 5) io.pravega:pravega-shared-controller-api:jar:0.8.0-2612.24157c5-SNAPSHOT
[ERROR] 6) io.grpc:grpc-netty:jar:1.31.0
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :package
After upgrading
grpc-netty
to 1.31.0,mvn install
fails atpackaging
.