Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.3.2
-
None
-
None
Description
The download is to get transitive dependencies however it means that if for some reason the download fails (out of date pom.xml, network issues, repositories settings), then buildfile is not created.
what if instead of generating a compile.with #
{dependencies}, it will generate compile.with transitive(#{dependencies})? then the download and resolving will be done when the buildfile is used instead of when generated.