The following issue has been updated:
Updater: Brett Porter (mailto:[EMAIL PROTECTED])
Date: Wed, 22 Sep 2004 7:31 AM
Comment:
will fixed, though not encouraged.
Changes:
assignee changed to Brett Porter
Fix Version changed to 1.0.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/browse/MAVEN-1449?page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1449
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1449
Summary: SNAPSHOT dependencies doesn't work with specifying jar file name.
Type: Bug
Status: Open
Priority: Minor
Original Estimate: 30 minutes
Time Spent: Unknown
Remaining: 30 minutes
Project: maven
Components:
core
Fix Fors:
1.0.1
Versions:
1.0
Assignee: Brett Porter
Reporter: Pak Young-rok
Created: Wed, 22 Sep 2004 7:19 AM
Updated: Wed, 22 Sep 2004 7:31 AM
Environment: linux/windows 2000, J2SE 1.4.2, Maven 1.0
Description:
I defined dependecy like this:
<dependency>
<groupId>ibatis</groupId>
<artifactId>ibatis-nhn</artifactId>
<version>SNAPSHOT</version>
<jar>ibatis-2.jar</jar>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
I want maven to check the timestamp and redownload if ibatis-2.jar in remote
repository is newer, but it doesn't work. maven just tried to compile with current
ibatis-2.jar in local repository. It seems that maven doesn't check if version is
SNAPSHOT when jar specified.
---------------------------------------------------------------------
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]