Do you mean this is already registered as JIRA issue and will be fixed? or should I 
submit this issue to JIRA? I've looked for this in JIRA, but couldn't find. If this is 
already registered, would you tell me the JIRA key of this issue?

----- Original Message ----- 
From: "Brett Porter" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 7:35 PM
Subject: Re: SNAPSHOT dependencies doesn't work with specifying jar file name.


> I think this is a bug already in JIRA: it checks the filename for
> SNAPSHOT, where it should check both version and the filename.
> 
> 
> On Wed, 22 Sep 2004 11:09:37 +0200, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > 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]
> > 
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to