-
Improvement
-
Resolution: Unresolved
-
Major
-
None
This is needed for incremental build, since not all artifacts are built with every job run.
Consider the following example:
Project consists of Modules A, B, C, incremental builds are activated
Run 1 builds all modules
run 2 builds only module A
If you use the artifacts provided by build, B and C are not found.
If the repository plugin would consider older builds as well, this would not happen.