dannysmc95

errorlog

Jun 14th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1.  
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for com.dannysmc:GameHub:jar:1.0-ALPHA
  4. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 13, column 21
  5. [WARNING]
  6. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  7. [WARNING]
  8. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  9. [WARNING]
  10. [INFO]
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] Building GameHub 1.0-ALPHA
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO]
  15. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ GameHub ---
  16. [debug] execute contextualize
  17. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  18. [INFO] Copying 1 resource
  19. [INFO]
  20. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ GameHub ---
  21. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  22. [INFO] Compiling 1 source file to /Users/dannyspringett-mchugh/IdeaProjects/GameHub-Bukkit/target/classes
  23. [INFO] -------------------------------------------------------------
  24. [ERROR] COMPILATION ERROR :
  25. [INFO] -------------------------------------------------------------
  26. [ERROR] /Users/dannyspringett-mchugh/IdeaProjects/GameHub-Bukkit/src/main/java/GameHub/GameHub.java:[45,20] error: unreachable statement
  27. [INFO] 1 error
  28. [INFO] -------------------------------------------------------------
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] BUILD FAILURE
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Total time: 2.467s
  33. [INFO] Finished at: Tue Jun 14 13:28:26 BST 2016
  34. [INFO] Final Memory: 13M/245M
  35. [INFO] ------------------------------------------------------------------------
  36. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project GameHub: Compilation failure
  37. [ERROR] /Users/dannyspringett-mchugh/IdeaProjects/GameHub-Bukkit/src/main/java/GameHub/GameHub.java:[45,20] error: unreachable statement
  38. [ERROR] -> [Help 1]
  39. [ERROR]
  40. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  41. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  42. [ERROR]
  43. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  44. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  45.  
  46. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment