yaalsn opened a new pull request, #4017:
URL: https://github.com/apache/bookkeeper/pull/4017
### Motivation
If we run bin/bookkeeper or bin/bkctl, if there's no jar package, it will
build it. But there's a a command
`${MVN} -f "${BK_HOME}/${MODULE_PATH}/pom.xml" dependency:build-classpath
-Dmdep.outputFile="target/cached_classpath.txt" &> ${output}` and raised the
following error:
<img width="1632" alt="image"
src="https://github.com/apache/bookkeeper/assets/10069311/dcbfb80c-7be5-40a1-b580-f0a325dca36e">
This needs the jars in classpath, so we need to run `mvn install` instead of
`mvn package`.
--
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]