You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2013/10/22 11:25:43 UTC

[jira] [Assigned] (BUILDR-679) repositories.snapshot_to

     [ https://issues.apache.org/jira/browse/BUILDR-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald reassigned BUILDR-679:
-----------------------------------

    Assignee: Peter Donald

> repositories.snapshot_to
> ------------------------
>
>                 Key: BUILDR-679
>                 URL: https://issues.apache.org/jira/browse/BUILDR-679
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.4.12
>         Environment: all
>            Reporter: Jean-Philippe Caruana
>            Assignee: Peter Donald
>            Priority: Minor
>              Labels: maven
>             Fix For: 1.4.15
>
>         Attachments: BUILDR-679.patch
>
>
> there is not buildr equivalent to this maven release/snapshot distinction :
>     <distributionManagement>
>         <repository>
>             <id>releases</id>
>             <url>http://maven.toto.com/content/repositories/releases/</url>
>         </repository>
>         <snapshotRepository>
>             <id>snapshots</id>
>             <url>http://maven.toto.com/content/repositories/snapshots</url>
>         </snapshotRepository>
>     </distributionManagement>
> In buildr, I can do :
> repositories.release_to =
> 'http://maven.toto.com/content/repositories/releases/'
> but I would love to do a :
> repositories.release_to =
> 'http://maven.toto.com/content/repositories/releases/'
> repositories.snapshot_to =
> 'http://maven.toto.com/content/repositories/snapshots/'



--
This message was sent by Atlassian JIRA
(v6.1#6144)