Advertisement
Guest User

Untitled

a guest
May 11th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. "C:\Program Files\Java\jdk1.8.0_161\bin\java" -Dmaven.multiModuleProjectDirectory=C:\Users\Acer\Desktop\ArcturusTutorial "-Dmaven.home=D:\IntelliJ IDEA Community Edition 2018.1\plugins\maven\lib\maven3" "-Dclassworlds.conf=D:\IntelliJ IDEA Community Edition 2018.1\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:D:\IntelliJ IDEA Community Edition 2018.1\lib\idea_rt.jar=53754:D:\IntelliJ IDEA Community Edition 2018.1\bin" -Dfile.encoding=UTF-8 -classpath "D:\IntelliJ IDEA Community Edition 2018.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.1 package -f pom.xml
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building plugin 1
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ plugin ---
  9. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  10. [INFO] Copying 1 resource
  11. [INFO]
  12. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ plugin ---
  13. [INFO] Changes detected - recompiling the module!
  14. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  15. [INFO] Compiling 1 source file to C:\Users\Acer\Desktop\ArcturusTutorial\target\classes
  16. [INFO] -------------------------------------------------------------
  17. [ERROR] COMPILATION ERROR :
  18. [INFO] -------------------------------------------------------------
  19. [ERROR] /C:/Users/Acer/Desktop/ArcturusTutorial/src/main/java/com/sulake/plugin/ArcturusTutorial.java:[9,1] class, interface, or enum expected
  20. [INFO] 1 error
  21. [INFO] -------------------------------------------------------------
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] BUILD FAILURE
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Total time: 0.956 s
  26. [INFO] Finished at: 2018-05-11T15:46:29+02:00
  27. [INFO] Final Memory: 10M/232M
  28. [INFO] ------------------------------------------------------------------------
  29. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project plugin: Compilation failure
  30. [ERROR] /C:/Users/Acer/Desktop/ArcturusTutorial/src/main/java/com/sulake/plugin/ArcturusTutorial.java:[9,1] class, interface, or enum expected
  31. [ERROR] -> [Help 1]
  32. [ERROR]
  33. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  34. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  35. [ERROR]
  36. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  37. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  38.  
  39. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement