Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for
  5. com.actiondigital:TestingLearning:jar:1.0-SNAPSHOT
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-sure
  7. fire-plugin is missing. @ line 34, column 15
  8. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-shad
  9. e-plugin is missing. @ line 45, column 15
  10. [WARNING]
  11. [WARNING] It is highly recommended to fix these problems because they threaten t
  12. he stability of your build.
  13. [WARNING]
  14. [WARNING] For this reason, future Maven versions might no longer support buildin
  15. g such malformed projects.
  16. [WARNING]
  17. [INFO]
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Building TestingLearning 1.0-SNAPSHOT
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO]
  22. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TestingLea
  23. rning ---
  24. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i
  25. .e. build is platform dependent!
  26. [INFO] Copying 0 resource
  27. [INFO]
  28. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ TestingLearning
  29. ---
  30. [INFO] Nothing to compile - all classes are up to date
  31. [INFO]
  32. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Te
  33. stingLearning ---
  34. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i
  35. .e. build is platform dependent!
  36. [INFO] Copying 1 resource
  37. [INFO]
  38. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ Testing
  39. Learning ---
  40. [INFO] Changes detected - recompiling the module!
  41. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. bu
  42. ild is platform dependent!
  43. [INFO] Compiling 8 source files to F:\IntelliJ IDEA work\TestingLarning\target\t
  44. est-classes
  45. [INFO] -------------------------------------------------------------
  46. [ERROR] COMPILATION ERROR :
  47. [INFO] -------------------------------------------------------------
  48. [ERROR] /F:/IntelliJ IDEA work/TestingLarning/src/test/java/com/actiondigital/ut
  49. il/DriverProvider.java:[24,16] strings in switch are not supported in -source 1.
  50. 5
  51. (use -source 7 or higher to enable strings in switch)
  52. [INFO] 1 error
  53. [INFO] -------------------------------------------------------------
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] BUILD FAILURE
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] Total time: 0.972 s
  58. [INFO] Finished at: 2016-02-08T13:35:22-03:00
  59. [INFO] Final Memory: 18M/247M
  60. [INFO] ------------------------------------------------------------------------
  61. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
  62. 1:testCompile (default-testCompile) on project TestingLearning: Compilation fail
  63. ure
  64. [ERROR] /F:/IntelliJ IDEA work/TestingLarning/src/test/java/com/actiondigital/ut
  65. il/DriverProvider.java:[24,16] strings in switch are not supported in -source 1.
  66. 5
  67. [ERROR] (use -source 7 or higher to enable strings in switch)
  68. [ERROR] -> [Help 1]
  69. [ERROR]
  70. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  71. ch.
  72. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  73. [ERROR]
  74. [ERROR] For more information about the errors and possible solutions, please rea
  75. d the following articles:
  76. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
  77. eption
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement