You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependencies (for regular released dependencies)
snapshot-dependencies (for snapshot dependencies)
application (for application classes and resources)
The bundled resource descriptors aren't really able to do this for a multi-module project.
E.g. dependency descriptor will treat all other project modules as external dependencies.
I'm using this currently (as I don't care about snapshots):
https://docs.spring.io/spring-boot/reference/packaging/container-images/efficient-images.html#packaging.container-images.efficient-images.layering
The bundled resource descriptors aren't really able to do this for a multi-module project.
E.g.
dependency
descriptor will treat all other project modules as external dependencies.I'm using this currently (as I don't care about snapshots):
It's relying on all modules in the project belonging to the same group, which is a common convention.
It would be nice if d-m-p provided bundled descriptors to handle this
The text was updated successfully, but these errors were encountered: