Bonjour,
Je suis sur Maven 2, et je veux utiliser le plugin JCOVERAGE mais lorsque je tape :
J'ai l'erreur suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part mvn jcoverage:html-report
Savez vous comment faire pour que ça fonctionne ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jcoverage'. [INFO] artifact org.apache.maven.plugins:maven-jcoverage-plugin: checking for updates from central [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] The plugin 'org.apache.maven.plugins:maven-jcoverage-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 Nov 04 14:17:37 CET 2005 [INFO] Final Memory: 1M/3M [INFO] ----------------------------------------------------------------------------
Merci d'avance
Partager