Skip to content

Optimisation of JAR downloading

Merge request related to issue #6 (closed) proposed by @pelson

As far cmmnbuild_dep_manager was cleaning lib directory during resolve step regardless present jars were useful or not. After the change Manager will only remove jars that are not included in resolved dependencies and later download only missing files.

Edited by Pawel Budzynski

Merge request reports