-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |