esc-pos-java icon indicating copy to clipboard operation
esc-pos-java copied to clipboard

it doesn't compile

Open palanganero opened this issue 5 years ago • 1 comments

i get this error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project escposjava: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/luilli/Escritorio/esc-pos-java-master/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

palanganero avatar Oct 30 '20 21:10 palanganero

i get this error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project escposjava: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/luilli/Escritorio/esc-pos-java-master/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

Did you try skipping tests?

EDIT: typo

Letram avatar Oct 18 '23 07:10 Letram