Bonsoir,
lors du compilation d'un projet andromda j'ai eu ce message d'erreur:

c:\pfe\testapp>mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] TestApp
[INFO] TestApp MDA
[INFO] TestApp Common
[INFO] TestApp Core Business Tier
[INFO] TestApp Web
[INFO] TestApp Application
[INFO] ------------------------------------------------------------------------
[INFO] Building TestApp
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing c:\pfe\testapp\pom.xml to C:\Users\yessa\.m2\repository\org\an
dromda\samples\testapp\testapp\1.0-SNAPSHOT\testapp-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building TestApp MDA
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: http://team.andromda.org/maven2/org/.../uml2/andromda
-profile-seam/1.1-SNAPSHOT/andromda-profile-seam-1.1-SNAPSHOT.pom
[INFO] Unable to find resource 'org.andromda.profiles.uml2:andromda-profile-seam
:pom:1.1-SNAPSHOT' in repository andromda (http://team.andromda.org/maven2)
Downloading: http://team.andromda.org/maven2/org/.../uml2/andromda
-profile-seam/1.1-SNAPSHOT/andromda-profile-seam-1.1-SNAPSHOT.xml.zip
[INFO] Unable to find resource 'org.andromda.profiles.uml2:andromda-profile-seam
ml.zip:1.1-SNAPSHOT' in repository andromda (http://team.andromda.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.andromda.profiles.uml2:andromda-profile-seamml.zip:1.1-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.andromda.profiles.uml2 -DartifactId
=andromda-profile-seam -Dversion=1.1-SNAPSHOT -Dpackaging=xml.zip -Dfile=/path/t
o/file

Alternatively, if you host your own repository you can deploy the file there:

mvn deploy:deploy-file -DgroupId=org.andromda.profiles.uml2 -DartifactId=a
ndromda-profile-seam -Dversion=1.1-SNAPSHOT -Dpackaging=xml.zip -Dfile=/path/to/
file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.andromda.samples.testapp:testapp-mda:pom:1.0-SNAPSHOT
2) org.andromda.profiles.uml2:andromda-profile-seamml.zip:1.1-SNAPSHOT


----------
1 required artifact is missing.

for artifact:
org.andromda.samples.testapp:testapp-mda:pom:1.0-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
andromda (http://team.andromda.org/maven2)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 seconds
[INFO] Finished at: Sun Mar 20 19:08:57 CET 2011
[INFO] Final Memory: 12M/247M
[INFO] ------------------------------------------------------------------------
c:\pfe\testapp>

Merci de m'aider à résoudre ce problème