[
https://issues.apache.org/jira/browse/BUILDR-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660988#action_12660988
]
Assaf Arkin commented on BUILDR-212:
------------------------------------
Smart idea to use needed? from invoke and then have needed? do the deciding.
URI.download should download to a temporary file and then move the file over if
the download is complete, so there's no need to duplicate that functionality.
I don't understand what offline is good for? I know Maven has that option, but
the maven UI is not well thought out. Really what you want to do is control
snapshot download, so why not have an environment variable with three options:
- true (or yes): refresh all snapshots (regardless of age).
- false (or no): don't refresh any snapshot, but do download missing artifacts
(snapshot or not).
- nil (default): refresh snapshots older than one day.
> Snapshot update support
> -----------------------
>
> Key: BUILDR-212
> URL: https://issues.apache.org/jira/browse/BUILDR-212
> Project: Buildr
> Issue Type: Improvement
> Reporter: Teppo Kurki
> Attachments: BUILDR-212-update_snapshots_support_3.patch
>
>
> Buildr should be able to update snapshot versions of artefacts.
> http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/200811.mbox/browser
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.