urfreespace opened a new issue #13555: URL: https://github.com/apache/pulsar/issues/13555
**Describe the bug** pulsar cli build failure due to /pulsar/distribution/server/target/classpath.txt: No such file or directory **To Reproduce** ``` mvn -B -ntp install -Pcore-modules,-main -DskipTests -DskipSourceReleaseAssembly=true -Dspotbugs.skip=true -Dlicense.skip=true mvn -B -ntp -pl pulsar-broker install -DskipTests -Pswagger mkdir -p site2/website/static/swagger/master cp pulsar-broker/target/docs/swagger*.json site2/website/static/swagger/master site2/tools/docker-build-site.sh ``` **Expected behavior** `pulsar-admin-doc-gen.sh` and `pulsar-client-doc-gen.sh` work fine and the cli docs really changed **Screenshots**  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
