The following issue has been updated:
Updater: Emmanuel Venisse (mailto:[EMAIL PROTECTED])
Date: Fri, 24 Oct 2003 9:55 AM
Comment:
We must respect the RFC.
DependencyVerifier and SnashotResolver must use the same mecanism for download a file.
Changes:
Component changed to core
Component changed to release
Component changed from plugin-release
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-960&page=history
---------------------------------------------------------------------
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: Assigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
release
Fix Fors:
1.1
Versions:
1.0-rc1
Assignee: Emmanuel Venisse
Reporter: nicolas de loof
Created: Wed, 22 Oct 2003 9:41 AM
Updated: Fri, 24 Oct 2003 9:55 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]