|
|
|
|
|
by javanonymous
332 days ago
|
|
I haven't used it myself, but I know there is a plugin for a Maven build cache. It seems like it should improve incremental builds https://maven.apache.org/extensions/maven-build-cache-extens... > Incremental builds work on the modified part of the project graph part only > Subtree support for multimodule projects builds part of the codebase in isolation > Version normalization supports project version agnostic caches > Project state restoration (partial) avoids repeating expensive tasks like code generation |
|