Problems with Maven2 in project testing within IDE Eclipse Mars 2

1

I would like to tell you something that happens to me when I test a project that I have created IDE Eclipse:

Inside the Eclipse IDE, in the part of Roll Shell, I enter the following command:

perform test

- I get this error:

ests run: 45, Failures: 0, Errors: 8, Skipped: 0

[INFO] ————————————————————————
[INFO] BUILD FAILURE
[INFO] ————————————————————————
[INFO] Total time: 10.909 s
[INFO] Finished at: 2016-05-14T17:56:11+02:00
[INFO] Final Memory: 14M/200M
[INFO] ————————————————————————
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project CustomerdbRoo: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Users\Raulv\Documents\EclipseSpringRoo\CustomerdbRoo\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
~.domain.CbEnterprise roo-gvNIX>

I have created the routes of MAVE_HOME and JAVA_HOME correctly but as much as I review, I can not execute this command, nor find the problem.

    
asked by Sin Nombre 15.05.2016 в 17:01
source

0 answers