You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vinicius Carvalho <ja...@gmail.com> on 2006/08/24 00:37:11 UTC

Running offline

Hello there! Why some of my poms always try to be downloaded again
from their repositores everytime I call an maven goal? (Eg.
spring.pom, tapestry.pom, and even some jee jars I installed like:
mail and activation)?

Here's an output of a mvn in my project:

---
Downloading: http://howardlewisship.com/repository//javax/activation/1.0/activation-1.0.pom
[WARNING] Unable to get resource from repository HLS
(http://howardlewisship.com/repository/)
Downloading: http://repo1.maven.org/maven2/javax/activation/1.0/activation-1.0.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading: http://howardlewisship.com/repository//javax/mail/1.0/mail-1.0.pom
[WARNING] Unable to get resource from repository HLS
(http://howardlewisship.com/repository/)
Downloading: http://repo1.maven.org/maven2/javax/mail/1.0/mail-1.0.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading: http://howardlewisship.com/repository//org/springframework/spring/1.2.8/spring-1.2.8.pom
[WARNING] Unable to get resource from repository HLS
(http://howardlewisship.com/repository/)
Downloading: http://repo1.maven.org/maven2/org/springframework/spring/1.2.8/spring-1.2.8.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading: http://howardlewisship.com/repository//tapestry/tapestry-contrib/4.0.2/tapestry-contrib-4.0.2.pom
[WARNING] Unable to get resource from repository HLS
(http://howardlewisship.com/repository/)
Downloading: http://repo1.maven.org/maven2/tapestry/tapestry-contrib/4.0.2/tapestry-contrib-4.0.2.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO] [war:war]


Best Regards

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