Bonjour à tous,

Depuis que j'ai fait la migration de Maven (de la version 2 à la version 3) - j'ai mis à jour le plugin Eclipse 0.10 M2Maven - mon projet Flex ne compile plus :

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
Could not calculate build plan: Missing:
----------
1) org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.0-beta-3
 
  Try downloading the file manually from the project website.
 
  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-compiler-plugin -Dversion=3.0-beta-3 -Dpackaging=maven-plugin -Dfile=/path/to/file
 
  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-compiler-plugin -Dversion=3.0-beta-3 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
 
----------
1 required artifact is missing.
 
for artifact: 
  org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.0-beta-3
 
from the specified remote repositories:
  maven.java.net (http://download.java.net/maven/2, releases=true, snapshots=true),
  flexmojos-repository (http://repository.sonatype.org/content/groups/flexgroup, releases=true, snapshots=true),
  flexpmd-opensource-adobe (http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release, releases=true, snapshots=false),
  central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
Je ne comprends pas pourquoi il me demande d'installer Maven 3 puisqu'il y est déjà ? J'ai simplement downloadé la dernière version (.zip) et écraser l'existante. Faut'il faire une autre manip ?

Je vous remercie tous pour votre précieuse aide,

Anthony