Thanks,

I'll try to do that...

Best regards,

Joao Kreuzberg

On Nov 8, 2007 2:50 AM, Wayne Fay <[EMAIL PROTECTED]> wrote:

> Maven is simply looking to download the pom files for those
> dependencies, which apparently are missing in the repos you've
> configured.
>
> Please encourage the providers of those various jar files to provide
> corresponding pom files. Once Maven has the pom files, it will stop
> trying to download them.
>
> Wayne
>
> On 11/7/07, João Kreuzberg <[EMAIL PROTECTED]> wrote:
> > Hello guys,
> >
> > I'm having some problems regarding maven checking out dependencies every
> > single time I try to run any command.
> >
> > a simple mvn compile results on at least 2 or 3 minutes waiting.
> >
> > Even I have all the dependencies, it still goes ahead and look for
> > dependencies.
> >
> > The only usable way is adding -o to make it offline.
> >
> > Here is the log of the dependencies it keeps trying to download
> >
> > Downloading:
> >
> https://maven-repository.dev.java.net/nonav/repository/org.codehaus.xfire/poms/bcprov-jdk15-133.pom
> > Downloading:
> >
> http://192.168.0.64/repo/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom
> > Downloading:
> >
> http://mvnrepository.com//org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom
> > Downloading:
> >
> http://repo1.maven.org/maven2/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom
> > Downloading:
> >
> https://maven-repository.dev.java.net/nonav/repository/xml-security/poms/xmlsec-1.3.0.pom
> > Downloading:
> > http://192.168.0.64/repo/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
> > Downloading:
> > http://mvnrepository.com//xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
> > Downloading:
> > http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
> > Downloading:
> >
> https://maven-repository.dev.java.net/nonav/repository/wss4j/poms/wss4j-1.5.0.pom
> > Downloading: http://192.168.0.64/repo/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom
> > Downloading: http://mvnrepository.com//wss4j/wss4j/1.5.0/wss4j-1.5.0.pom
> > Downloading:
> http://repo1.maven.org/maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom
> > Downloading:
> >
> https://maven-repository.dev.java.net/nonav/repository/xfire/poms/saaj-impl-1.3.pom
> > Downloading:
> http://192.168.0.64/repo/xfire/saaj-impl/1.3/saaj-impl-1.3.pom
> > Downloading:
> http://mvnrepository.com//xfire/saaj-impl/1.3/saaj-impl-1.3.pom
> > Downloading:
> > http://repo1.maven.org/maven2/xfire/saaj-impl/1.3/saaj-impl-1.3.pom
> >
> > Is there anything I could make to not have maven looking for this every
> time
> > besides the -o option?
> >
> > In theory, maven should download the dependencies and only check
> SNAPSHOTs
> > once a day, right?
> >
> > Any help is appreciated.....
> >
> > Best regards,
> >
> > João Kreuzberg
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Ivanir João Kreuzberg

Reply via email to