You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Gintas Grigelionis (JIRA)" <ji...@apache.org> on 2018/03/16 12:20:00 UTC

[jira] [Resolved] (IVY-1153) Implement timestamped snapshots

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

Gintas Grigelionis resolved IVY-1153.
-------------------------------------
       Resolution: Duplicate
         Assignee: jaikiran pai
    Fix Version/s: master

> Implement timestamped snapshots
> -------------------------------
>
>                 Key: IVY-1153
>                 URL: https://issues.apache.org/jira/browse/IVY-1153
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>            Reporter: Burt Leung
>            Assignee: jaikiran pai
>            Priority: Minor
>             Fix For: master
>
>
> Right now it appears that Ivy does not have the ability to publish timestamped snapshots, which are a common format in Maven repositories. Such a feature would further improve (Ivy) collaboration with Maven repositories.
> For example, when I tried to publish a snapshot to a Sonatype Nexus repository I found that the files were placed like so:
> <nexus server root directory>
>     <snapshot repository folder>
>         <artifactName>
>             <versionNumber-SNAPSHOT>
>                 <artifactName>-1.0.0-SNAPSHOT.jar
>                 <artifactName>-1.0.0-SNAPSHOT.pom
> Whereas, artifacts published using Maven are placed according to the following file system structure:
> <nexus server root directory>
>     <snapshot repository folder>
>         <artifactName>
>             <versionNumber-SNAPSHOT>
>                 <artifactName>-1.0.0-<timestamp>.jar
>                 <artifactName>-1.0.0-<timestamp>.pom



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)