Edney
Another thing you could do is set the updatePolicy of your repositories to
"never"..
This setting will force maven to use local versions.
Maven will only attempt to download an artifact if you don't have it
installed in your local repository,
Here's a snippet:
<settings>
<repositories>
<repository>
...
<updatePolicy>never</updatePolicy>
...
</repository>
</repositories>
</settings>
Do the same thing for your pluginRepositories..
Cheers
Jo
On 2/27/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote:
Hi Edney,
Haven't tried it yet, but you could set offline mode to true in your
settings.xml..
<settings>
<offline>true</offline>
</settings>
Cheers
Jo
On 2/27/07, Edney Imme <[EMAIL PROTECTED]> wrote:
>
> hi
>
> How I said yesterday, i'm dummy for Maven.
>
>
> Can i do a mvn clean install and dont check new updates?????
>
> Thank
>
> On 2/27/07, Edney Imme <[EMAIL PROTECTED] > wrote:
> >
> > Hello.
> >
> > I already get a big problem with the CIO about these problem. :)
> >
> > Maybe i will loose my job because this problem.
> > he dosn“t understant that I need this to do the project.
> >
> > thank you.
> >
> > On 2/27/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi Edney,
> > >
> > > Told you that you got network issues at work ;)
> > >
> > > Yes, you can copy/paste your repository..
> > >
> > > Cheers
> > > Jo
> > >
> > > On 2/27/07, Edney Imme <[EMAIL PROTECTED] > wrote:
> > > >
> > > > Hi guys,
> > > >
> > > > How everybody nows i have a big problem with my network
> configuration.
> > > >
> > > > At home, i configurate my laptop to work with my project and
> maven.
> > > and
> > > > everithink work fine.
> > > >
> > > > i would like know if I can copy the repository from another
> computer
> > > and
> > > > pastle in my computer at the company.
> > > >
> > > > Can I do that?
> > > >
> > > > thank's
> > > >
> > >
> >
> >
> >
> > --
> > Att.
> > Edney Marcel Imme
>
>
>
>
> --
> Att.
> Edney Marcel Imme
>