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.
Updated by Henning Blohm over 6 years ago
- Status changed from In Progress to To Be Documented
Note that the properties are now named:
java.publicCompile.order |
java.privateCompile.order |
java.testCompile.order |
Updated by Henning Blohm over 6 years ago
- Status changed from To Be Documented to Resolved
- % Done changed from 0 to 100
Applied in changeset internal:internal-office|r2751.