Advertisement
Guest User

bc

a guest
Jul 12th, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java "-Dmaven.home=/Applications/IntelliJ IDEA 14 CE.app/Contents/plugins/maven/lib/maven3" "-Dclassworlds.conf=/Applications/IntelliJ IDEA 14 CE.app/Contents/plugins/maven/lib/maven3/bin/m2.conf" -Didea.launcher.port=7540 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA 14 CE.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA 14 CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.4.jar:/Applications/IntelliJ IDEA 14 CE.app/Contents/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=14.1.4 package
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building HiveTest 1.0-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ HiveTest ---
  9. [debug] execute contextualize
  10. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  11. [INFO] Copying 1 resource
  12. [INFO]
  13. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ HiveTest ---
  14. [INFO] Changes detected - recompiling the module!
  15. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  16. [INFO] Compiling 1 source file to /Users/phineas/IdeaProjects/HiveTest/target/classes
  17. [INFO] ------------------------------------------------------------------------
  18. [INFO] BUILD FAILURE
  19. [INFO] ------------------------------------------------------------------------
  20. [INFO] Total time: 1.596s
  21. [INFO] Finished at: Sun Jul 12 09:54:24 BST 2015
  22. [INFO] Final Memory: 5M/81M
  23. [INFO] ------------------------------------------------------------------------
  24. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project HiveTest: Fatal error compiling: invalid target release: 1.7 -> [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/MojoExecutionException
  31.  
  32. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement