Advertisement
Guest User

Untitled

a guest
Mar 4th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. mvn test
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building javaForTesters 1.0-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javaForTesters ---
  9. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  10. [INFO] Copying 0 resource
  11. [INFO]
  12. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ javaForTesters ---
  13. [INFO] Nothing to compile - all classes are up to date
  14. [INFO]
  15. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javaForTesters ---
  16. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  17. [INFO] skip non existing resourceDirectory C:\Users\admin\IdeaProjects\javafortesters\JavaForTesters\src\test\resources
  18. [INFO]
  19. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ javaForTesters ---
  20. [INFO] Changes detected - recompiling the module!
  21. [INFO] Compiling 1 source file to C:\Users\admin\IdeaProjects\javafortesters\JavaForTesters\target\test-classes
  22. [INFO] -------------------------------------------------------------
  23. [ERROR] COMPILATION ERROR :
  24. [INFO] -------------------------------------------------------------
  25. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  26. [INFO] 1 error
  27. [INFO] -------------------------------------------------------------
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] BUILD FAILURE
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Total time: 3.398 s
  32. [INFO] Finished at: 2016-03-04T16:23:42+02:00
  33. [INFO] Final Memory: 6M/16M
  34. [INFO] ------------------------------------------------------------------------
  35. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project javaForTesters: Compilation failure
  36. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  37. [ERROR] -> [Help 1]
  38. [ERROR]
  39. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  43. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement