From 5863d901b2b6aa711170f8afb13d930db76068a0 Mon Sep 17 00:00:00 2001 From: Igal Sapir Date: Sat, 7 Sep 2024 15:04:13 -0700 Subject: [PATCH] Improved gitkeep comment --- dev/lib/.gitkeep | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/lib/.gitkeep b/dev/lib/.gitkeep index 53936681d5..e72a9528c7 100644 --- a/dev/lib/.gitkeep +++ b/dev/lib/.gitkeep @@ -1,3 +1,5 @@ ### Maven dependencies can be downloaded by running the goal dependency:copy-dependencies -## e.g. by running the following command from the Project root directory: -# mvn -f loader/pom.xml dependency:copy-dependencies -DoutputDirectory=../dev/lib +## e.g. by running the mvn command or sourcing this file from the Project root directory: +# source ./dev/lib/.gitkeep + +mvn -f loader/pom.xml dependency:copy-dependencies -DoutputDirectory=../dev/lib