try to use only

      <dependency>
            <groupId>ibatis</groupId>
            <artifactId>ibatis-nhn</artifactId>
            <version>SNAPSHOT</version>
             <properties>
                <war.bundle>true</war.bundle>
            </properties>
        </dependency>

this should work, double chech that this component that you are bundling
must have in its pom.currentVersion SNAPSHOT as well !!!!

Regards

Michele


|---------+---------------------------->
|         |           "Pak, Young-rok" |
|         |           <[EMAIL PROTECTED]|
|         |           o.co.kr>         |
|         |                            |
|         |                            |
|         |           22/09/2004 10:54 |
|         |           Please respond to|
|         |           "Maven Users     |
|         |           List"            |
|         |                            |
|---------+---------------------------->
  
>------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                                          |
  |                                                                                    
                                          |
  |                                                                                    
                                          |
  |                                                                                    
                                          |
  |                                                                                    
                                          |
  |        To:                                         "Maven Users List" <[EMAIL 
PROTECTED]>                               |
  |        cc:                                         (bcc: Michele Forte/SwissRe)    
                                          |
  |        bcc:                                        Michele Forte/SwissRe           
                                          |
  |        Subject:                                    SNAPSHOT dependencies doesn't 
work with specifying jar file name.         |
  
>------------------------------------------------------------------------------------------------------------------------------|




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. how can I make it
work as I wanted? is there another way?




This e-mail, including attachments, is intended for the person(s) or
company named and may contain confidential and/or legally privileged
information. Unauthorized disclosure, copying or use of this information
may be unlawful and is prohibited. If you are not the intended recipient,
please delete this message and notify the sender


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to