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