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/10/27 17:33:06 UTC

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

Message:

   The following issue has been closed.

   Resolver: Emmanuel Venisse
       Date: Mon, 27 Oct 2003 10:32 AM

I fix DependencyVerifier. DependencyVerifier and SnapshotResolver works in the same direction.
File protocol is supported with this syntax :
file://[hostname]/path_to_remote_repository

Example for a repo on localhost :
maven.remote.repo=file:///D:/my_maven_repo
or
maven.remote.repo=file://localhost/D:/my_maven_repo

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-960


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

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
             release
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-rc1

   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