Maven blacklisted pas de proxy
Bonsoir,
j'ai installé maven et lorsque je tente de creer un projet j'ai l'erreur "central will be blacklisted" j'ai vu d'autre personne ayant ce soucis mais c'etait lié a des proxy hors la je n'ai aucun proxy. Je suis sur debian maven a été installé par les paquets.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] org.apache.maven.plugins: checking for updates from central
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retrieved from repository: central due to an error: Error transferring file: Network is unreachable
[INFO] Repository 'central' will be blacklisted
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Apr 02 00:55:29 CEST 2010
[INFO] Final Memory: 1M/15M
[INFO] ------------------------------------------------------------------------ |