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 2004/09/23 09:05:15 UTC

[jira] Closed: (MAVEN-1449) SNAPSHOT dependencies doesn't work with specifying jar file name.

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Thu, 23 Sep 2004 3:03 AM

MAVEN-1387
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: DUPLICATE

 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: Thu, 23 Sep 2004 3:03 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org