Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Tests run: 1012, Failures: 7, Errors: 4, Skipped: 1
  2.  
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Summary:
  5. [INFO]
  6. [INFO] Gson Parent ....................................... SUCCESS [6.832s]
  7. [INFO] Gson .............................................. FAILURE [37.222s]
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] BUILD FAILURE
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Total time: 45.696s
  12. [INFO] Finished at: Wed Jun 22 20:19:45 BST 2016
  13. [INFO] Final Memory: 17M/58M
  14. [INFO] ------------------------------------------------------------------------
  15. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project gson: There are test failures.
  16. [ERROR]
  17. [ERROR] Please refer to /home/broomy/gson/gson/target/surefire-reports for the individual test results.
  18. [ERROR] -> [Help 1]
  19. [ERROR]
  20. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  21. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  22. [ERROR]
  23. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  24. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  25. [ERROR]
  26. [ERROR] After correcting the problems, you can resume the build with the command
  27. [ERROR] mvn <goals> -rf :gson
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement