You mean even from the local repository the maven is not able to pick up the
latest of the jars?

Regards,
Amit

On Tue, Mar 4, 2008 at 8:50 PM, Papapara Tudu <[EMAIL PROTECTED]>
wrote:

>
>
> amit kumar-18 wrote:
> >
> > Well I faced a similar problem but configuring my remote repository for
> > snapshots worked for me. I had to add the below to my repository
> >
> > <repository>
> >         <id>my-internal-site</id>
> >         <url>file:///\\\\192.168.x.x/Repository</url>
> >         <snapshots>
> >             <enabled>true</enabled>
> >             <updatePolicy>always</updatePolicy>
> >             <checksumPolicy>warn</checksumPolicy>
> >         </snapshots>
> >     </repository>
> >
> > I started getting latest of the jars present under the project-SNAPSHOT
> > folder in the repository.
> >
> >
>
> I tried two configurations:
> 1. using my local repository both for releases and snapshots
> 2. having a separate local repo for releases and a separate one for
> snapshots.
>
> Both results were identical though :(
>
> Papapara Tudu
>
> --
> View this message in context:
> http://www.nabble.com/Problem-with-snapshots-tp15709789s177p15829527.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to