buildr tries to download pom files when generating a buildfile from pom.xml
---------------------------------------------------------------------------
Key: BUILDR-179
URL: https://issues.apache.org/jira/browse/BUILDR-179
Project: Buildr
Issue Type: Improvement
Components: Dependency management
Affects Versions: 1.3.2
Reporter: Ittay Dror
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.