Build impossible sur projet Maven
Bonjour,
je me retrouve à bosser un sur projet Maven (qui n'a pas été initialisé par moi) après plus d'un an sans toucher à la moindre ligne de java... Et j'avoue être un peu en difficulté.
Lorsque je tente de faire un Maven build, Maven clean ou Maven install je me retrouve avec des erreurs que je ne comprends pas (déjà à l'époque je n'ai jamais été très à l'aise avec l'utilisation de Maven).
Voici les erreurs qui me sont crachées en fin de log :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| [INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.282 s
[INFO] Finished at: 2014-07-03T14:13:15+01:00
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org: Unknown host repo.maven.apache.org -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException |
Sauriez vous m'aider sur ce point?
D'avance merci