Skip to content

Current state of the lockfile

MartinWitt edited this page Jan 30, 2023 · 1 revision

Current state

A maven build consists of multiple stages with different dependency states. The following diagram shows them. Currently, we can lock all declared dependencies and/or all dependencies needed at runtime. We cannot lock all dependencies after the final jar is built, currently. image

Clone this wiki locally