We have project with multiple subprojects and complex inter-dependencies. Subprojects share similar sets of external dependencies (Spring, Apache etc).
It take enormous amount of time for dependencies resolution (possibly because of redundant dependencies checks) even in offline mode.
How to solve this? How can we disable updating and re-resolving external dependencies during packaging.
version: 0.12.1