Bonjour,

J'ai installe Hudson et maven-proxy dernièrement. Cependant Hudson n'arrive pas à se connecter au repo distant et même à mon repo local créé avec maven-proxy. Il faut savoir que je suis derrière un proxy, qui est configure sous hudson du moins pour la partie des plugins.
Quelqu'un aurait-il une idée du pourquoi.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.pom
[WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugin:pom:2.3' from repository central (http://repo1.maven.org/maven2): Error transferring file: Connection reset
[INFO] -------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] -------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-resources-plugin
Version: 2.3

Reason: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-resources-plugin:pom:2.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  modec-repository (http://localhost:8081/maven-proxy-webapp/repository/)

[INFO] -------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] -------------------------------------------------------------------
[INFO] Total time: 1 minute 24 seconds
[INFO] Finished at: Tue Mar 09 17:16:12 CET 2010
[INFO] Final Memory: 1M/3M
[INFO] -------------------------------------------------------------------
channel stopped
Finished: FAILURE