Help downloading dependencies via metadata.dependencies #210
Unanswered
yeachan153
asked this question in
Q&A
Replies: 1 comment
-
The buildpacks are not meant to be a general solution for downloading JAR/app dependencies. You should use your build tool of choice to do that. In this case, Maven. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm struggling to find documentation about how I can include dependencies via
[[metadata.dependencies]]
as part of thebuildpack.toml
.I have some jars which I would like to download from maven in
[[metadata.dependencies]]
. Is this possible? Even better, is there some documentation to show me how to do this?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions