You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Jean-Philippe Caruana (JIRA)" <ji...@apache.org> on 2013/10/08 09:09:43 UTC

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

Jean-Philippe Caruana created BUILDR-679:
--------------------------------------------

             Summary: 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
            Priority: Minor


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)