lhotari opened a new pull request #10807:
URL: https://github.com/apache/pulsar/pull/10807
Fixes #10802
### Motivation
See #10802
### Modifications
- when running pulsar cli tools in a docker container, the cached
distribution/server/target/classpath.txt must be removed since it
contains absolute paths
- the generation of the `distribution/server/target/classpath.txt` file was
invalid
in the cli scripts. `mvn -pl distribution/server generate-sources`
should be used to create the file since that's how the main build
generates the file.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]