Bonjour;

Lors de la phase d'install (voir ici la procédure d'install http://www.andromda.org/docs/starting.html)du plugin andromda il est écrit de bien vouloir installer/télécharger le plugin par la commande :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
maven plugin:download -DgroupId=andromda -DartifactId=maven-andromdapp-plugin -Dversion=3.3
Bon vu que c'est maven 3 (le bin maven n'existe pas!) cela devient :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
mvn plugin:download -DgroupId=andromda -DartifactId=maven-andromdapp-plugin -Dversion=3.3
Hors j'obtiens une erreur :
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
 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.687s
[INFO] Finished at: Tue Jun 21 14:12:52 CEST 2011
[INFO] Final Memory: 1M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'plugin' in the current project and in the pl
ugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the rep
ositories [local (c:\Users\NG0B9E6\.m2\repository), central (<a href="http://repo1.maven" target="_blank">http://repo1.maven</a>.
org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF" target="_blank">http://cwiki.apache.org/confluence/d...NoPluginFoundF</a>
orPrefixException
Merci de bien vouloir m'aider à installer andromda !