Advertisement
hilz041

Untitled

Oct 12th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Tests run: 4, Failures: 1, Errors: 1, Skipped: 0
  2.  
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Skipping Basic Example Module
  6. [INFO] This project has been banned from the build due to previous failures.
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Summary:
  10. [INFO]
  11. [INFO] Basic Example Module .............................. SUCCESS [0.474s]
  12. [INFO] Basic Example Module API .......................... FAILURE [20.613s]
  13. [INFO] Basic Example Module OMOD ......................... SKIPPED
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] BUILD FAILURE
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Total time: 24.123s
  18. [INFO] Finished at: Thu Oct 13 00:29:42 EAT 2016
  19. [INFO] Final Memory: 34M/162M
  20. [INFO] ------------------------------------------------------------------------
  21. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project basicexample-api: There are test failures.
  22. [ERROR]
  23. [ERROR] Please refer to /home/hillary/basicexample/api/target/surefire-reports for the individual test results.
  24. [ERROR] -> [Help 1]
  25. [ERROR]
  26. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  27. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  28. [ERROR]
  29. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  30. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  31. [ERROR]
  32. [ERROR] After correcting the problems, you can resume the build with the command
  33. [ERROR] mvn <goals> -rf :basicexample-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement