TeslaCN commented on PR #25274:
URL: https://github.com/apache/shardingsphere/pull/25274#issuecomment-1519316200
> * `${maven.multiModuleProjectDirectory}` is an internal variable defined
by `./mvnw`, why not use `${user.dir}`? 🤔
We need the content root of ShardingSphere project, I don't think `user.dir`
is what we need.
But, maybe we could try `${maven.projectBasedir}`.
https://maven.apache.org/docs/3.3.1/release-notes.html#jvm-and-command-line-options
--
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]