mirror of
https://github.com/dbeaver/dbeaver.git
synced 2025-11-05 13:17:47 +08:00
* build: make build script location-independent Replace hardcoded relative paths with dynamic path resolution, allowing the script to be executed from any directory. Previously, the script required being run from its containing directory. Changes: - Use BASH_SOURCE to determine script location dynamically - Add proper error handling and dependency checks - Improve logging with timestamps - Add comprehensive documentation The script now works correctly regardless of the current working directory. * Remove unnecessary Author and Last Updated header info. Address PR review comment. * Use mvn -f option to reference alternate pom.xml in $AGGREGATE_DIR Incorporate PR review comment. --------- Co-authored-by: MashaKorax <84867187+MashaKorax@users.noreply.github.com> Co-authored-by: Serge Rider <serge@jkiss.org>