Improvement #1984
Introduce API, Impl, Test specific compile order
Start date:
04.10.2017
Due date:
% Done:
100%
Estimated time:
origin:
Description
Currently, the applicable compile order can only be specified for the complete Java component.
Sometimes checking for compilation can already be expensive. To have a more specific compile order setting, it should be possible to specific compilation by part.
I.e. java.compile.order would still set a default, but java.compile.order.api, java.compile.order.impl, java.compile.order.test would override the part specific definition.
