Bonjour,
J'essaye de compiler les ressources d'un projet et j'obtiens le message d'erreur suivant
[code]je vous remercie pour votre aide
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67 C:\xxx\xxxxx>mvn compile [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - xxxxx:jar:1.0.0 [INFO] task-segment: [compile] [INFO] ------------------------------------------------------------------------ Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resour ces-plugin/2.3/maven-resources-plugin-2.3.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugi n:pom:2.3' from repository central (http://repo1.maven.org/maven2): Error transf erring file Downloading: http://download.java.net/maven/1/org/apache/maven/plugins/maven-res ources-plugin/2.3/maven-resources-plugin-2.3.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugi n:pom:2.3' from repository sunrepository (http://download.java.net/maven/1): Err or transferring file Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-r esources-plugin/2.3/maven-resources-plugin-2.3.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugi n:pom:2.3' from repository jbossrepository (http://repository.jboss.org/maven2): Error transferring file Downloading: http://repository.apache.org/snapshots/org/apache/maven/plugins/mav en-resources-plugin/2.3/maven-resources-plugin-2.3.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugi n:pom:2.3' from repository apacherepository (http://repository.apache.org/snapsh ots): Error transferring file Downloading: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plug ins/maven-resources-plugin/2.3/maven-resources-plugin-2.3.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugi n:pom:2.3' from repository ibibliorepository (http://mirrors.ibiblio.org/pub/mir rors/maven2): Error transferring file Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resour ces-plugin/2.3/maven-resources-plugin-2.3.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-resources-plugi n:pom:2.3' from repository central (http://repo1.maven.org/maven2): Error transf erring file [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.plugins:maven-resources-plugin Reason: POM 'org.apache.maven.plugins:maven-resources-plugin' not found in repos itory: Unable to download the artifact from any repository org.apache.maven.plugins:maven-resources-plugin:pom:2.3 from the specified remote repositories: jbossrepository (http://repository.jboss.org/maven2), ibibliorepository (http://mirrors.ibiblio.org/pub/mirrors/maven2), central (http://repo1.maven.org/maven2), apacherepository (http://repository.apache.org/snapshots), sunrepository (http://download.java.net/maven/1) for project org.apache.maven.plugins:maven-resources-plugin [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 seconds [INFO] Finished at: Fri Jun 03 11:52:03 CEST 2011 [INFO] Final Memory: 1M/15M [INFO] ------------------------------------------------------------------------
Partager