Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Unassigned
   Priority: Minor

 Original Estimate: 30 minutes
 Time Spent: Unknown
  Remaining: 30 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0

   Assignee: 
   Reporter: Pak Young-rok

    Created: Wed, 22 Sep 2004 7:19 AM
    Updated: Wed, 22 Sep 2004 7:19 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]

Reply via email to