2020-01-04 17:58:46 UTC - markg: @markg has joined the channel ---- 2020-01-04 19:31:31 UTC - Sean Carroll: is `mvn clean compile` the only thing required to compile pulsar? I've been getting > pulsar/tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreManagedLedgerOffloader.java:[51,61] package org.apache.pulsar.jcloud.shade.com.google.common.base does not exist and I'm attempting to figure out how to resolve this ---- 2020-01-04 19:34:44 UTC - Matteo Merli: typically, it would need `mvn install -DskipTests` ---- 2020-01-04 19:35:09 UTC - Matteo Merli: there are some maven weirdnesses across different submodules ---- 2020-01-04 19:38:55 UTC - Sean Carroll: thanks. didnt realize `install` was necessary. ----