[Maven - Eclipse] Difficulté compilation
Bonjour,
J'ai des petites difficultés pour compiler avec Maven sous Eclipse, voici l'erreur:
Citation:
[INFO] ........................................ SUCCESS [ 36.850 s]
[INFO] .......................................... SKIPPED
[INFO] ...................................... SUCCESS [ 10.220 s]
[INFO] ......................................... SKIPPED
[INFO] ....................................... SUCCESS [ 18.246 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.887 s (Wall Clock)
[INFO] Finished at: 2014-08-22T02:46:15+01:00
[INFO] Final Memory: 9M/25M
[INFO] ------------------------------------------------------------------------
[ERROR] java.lang.StackOverflowError
[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.
Je compile bien sous Maven (3.2.1).
Dans le JRE, j'utilise Exécution environnement: CDC-1.1/Foundation-1.1
Je n'ai pas réussi à trouver le problème ...
(Je suis débutant en Java et j'y connais pas grand chose en Maven)
Quelqu'un saurait-il m'indiquer comment résoudre ce problème ?
Merci d'avance pour votre aide.