You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2009/06/23 12:11:05 UTC

t5: why always downloading these files?

Hi,
every time when I run the progam, maven always displays:

Downloading:
http://snapshots.repository.codehaus.org/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom
Downloading:
http://repo1.maven.org/maven2/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom

any idea how to stop this? Thanks,

Angelo
-- 
View this message in context: http://www.nabble.com/t5%3A-why-always-downloading-these-files--tp24163234p24163234.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: t5: why always downloading these files?

Posted by Fernando Padilla <fe...@alum.mit.edu>.
Not sure who depends on those files.. but they do not exist in those 
repositories..

http://mvnrepository.com/artifact/javassist/javassist

that's why it keep trying and trying to download them, but is never 
successful.  Since it's only a pom file, I suppose it doesn't break the 
build... i guess.


Angelo Chen wrote:
> Hi,
> every time when I run the progam, maven always displays:
> 
> Downloading:
> http://snapshots.repository.codehaus.org/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom
> Downloading:
> http://repo1.maven.org/maven2/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom
> 
> any idea how to stop this? Thanks,
> 
> Angelo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: t5: why always downloading these files?

Posted by "Juan E. Maya" <ma...@gmail.com>.
Hi Angelo,

as far i know Maven does this to check if there were changes in the
dependencies.

to avoid this u could run maven in offline mode: mvn -o  or u can play
with the property: updatePolicy. U can see more details here:
http://maven.apache.org/pom.html

On Tue, Jun 23, 2009 at 12:11 PM, Angelo Chen<an...@yahoo.com.hk> wrote:
>
> Hi,
> every time when I run the progam, maven always displays:
>
> Downloading:
> http://snapshots.repository.codehaus.org/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom
> Downloading:
> http://repo1.maven.org/maven2/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom
>
> any idea how to stop this? Thanks,
>
> Angelo
> --
> View this message in context: http://www.nabble.com/t5%3A-why-always-downloading-these-files--tp24163234p24163234.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: t5: why always downloading these files?

Posted by Ivan Dubrov <wf...@gmail.com>.
Angelo Chen wrote:
> Hi,
> every time when I run the progam, maven always displays:
>
> Downloading:
> http://snapshots.repository.codehaus.org/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom
> Downloading:
> http://repo1.maven.org/maven2/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.pom
>
> any idea how to stop this? Thanks,
>
> Angelo
>   
Maven cannot find this POM, so it tries to download it every time. Try 
adding JBoss Maven2 repository (http://repository.jboss.org/maven2) to 
the pom.xml, it does contain this POM, so it will be downloaded once.

-- 
WBR,
Ivan S. Dubrov


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org