Problème avec Maven Sdk

cancel
Showing results for 
Search instead for 
Did you mean: 
slim59
Member II

Problème avec Maven Sdk

Bonjour,



Je suis autodidacte en programmation, j'ai essayé d'installer Alfresco via le le projet Maven SDK, pour cela j'ai suivi le tuto de M. Potts sur cette adresse: http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html

j'ai réussi à créer le projet et l'importer dans mon IDE Eclipse.
par contre quand je voulais exécuter le fichier POM.xml j'ai cette erreure dans la console d'Eclipse.



—————————————————————————
—————————————————————————
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0

[INFO] ————————————————————————
[INFO] BUILD FAILURE
[INFO] ————————————————————————
[INFO] Total time: 44.111 s
[INFO] Finished at: 2015-11-26T12:46:50+01:00
[INFO] Final Memory: 17M/224M
[INFO] ————————————————————————
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project someco-mvn-tutorial-repo: There are test failures.
[ERROR]
[ERROR] Please refer to D:\TUTORIAL_HOME\someco-mvn-tutorial-repo\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

environnement de développement :
alfresco 5.0.C
Tomcat 8
maven 3


Merci à vos
1 Reply
cleseach
Active Member II

Re: Problème avec Maven Sdk

Bonjour,

Le retour de Maven indique que les erreurs sont listées dans le dossier D:\TUTORIAL_HOME\someco-mvn-tutorial-repo\target\surefire-reports
En avez-vous analysé le contenu ?

Cordialement,
Charles Le Seac'h