You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/01 03:36:55 UTC

[jira] Deleted: (MAVEN-960) convert-snapshot does nothing

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-960
    Summary: convert-snapshot does nothing
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: Emmanuel Venisse
   Reporter: nicolas de loof

    Created: Wed, 22 Oct 2003 9:41 AM
    Updated: Mon, 27 Oct 2003 10:32 AM
Environment: windows 2000, jdk 1.4.2

Description:
On remote repository I've got this files :

configuration-20031021.131312.jar
configuration-SNAPSHOT.jar
configuration-snapshot-version  ("20031021.131312")


When I use convert-snapshot goal, Maven doesn't convert any snaphot to dateTime version :

(...)
convert-snapshots:
<dependency>
      <groupId>cgey</groupId>
      <artifactId>configuration</artifactId>
      <version>SNAPSHOT</version>
      <type>jar</type>
      <properties>
        <war.bundle>true</war.bundle>
      </properties>
    </dependency>    [echo]
<dependency>
      <groupId>cgey</groupId>
      <artifactId>configuration</artifactId>
      <version>SNAPSHOT</version>
      <type>jar</type>
      <properties>
        <war.bundle>true</war.bundle>
      </properties>
    </dependency>    [echo]
Do you want to update this dependency? [yes]



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org