[ 
https://issues.apache.org/jira/browse/BUILDR-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647231#action_12647231
 ] 

Teppo Kurki commented on BUILDR-212:
------------------------------------

Manual task for removing SNAPSHOT dependencies from local cache looks like this 
in our project:

    common_dependencies(:drop_excluded => false).select {|item| 
item.index('SNAPSHOT') } \
      .collect {|item| artifact(item) }.each {|artifact| rm(artifact.to_s) if 
artifact.exist? }

We have externalized dependencies to a separate dependencies.txt that 
common_dependencies parses.



> Snapshot update support
> -----------------------
>
>                 Key: BUILDR-212
>                 URL: https://issues.apache.org/jira/browse/BUILDR-212
>             Project: Buildr
>          Issue Type: Improvement
>            Reporter: Teppo Kurki
>
> 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.

Reply via email to