I am using the spring-boot-maven-plugin in the latest version 2.4.0 to build images. https://docs.spring.io/spring-boot/docs/2.4.0/maven-plugin/reference/htmlsingle/#build-image
The documentation describes how the environment variables of the used buildbacks are set. https://docs.spring.io/spring-boot/docs/2.4.0/maven-plugin/reference/htmlsingle/#build-image-example-builder-configuration
But some of the configurations of the buildpacks are made with bindings. E.g. the dependency-mapping. https://github.com/paketo-buildpacks/bellsoft-liberica
How can one use these bindings with the spring-boot-maven-plugin?