Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. /Library/Java/JavaVirtualMachines/jdk-12.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/danique/Projects/walibicraft "-Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3" "-Dclassworlds.conf=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/bin/m2.conf" "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=55809:/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version2019.1 package
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for nl.daniuqedejong:wc:jar:0.1-SNAPSHOT
  5. [WARNING] 'dependencies.dependency.systemPath' for com.bergerkiller.bukkit:BKCommonLib:jar should not point at files within the project directory, ${project.basedir}/src/main/resources/BKCommonLib-1.13.2-v3.jar will be unresolvable by dependent projects @ line 64, column 25
  6. [WARNING] 'dependencies.dependency.systemPath' for com.bergerkiller.bukkit:tc:jar should not point at files within the project directory, ${project.basedir}/src/main/resources/TrainCarts-1.13.2-v1.jar will be unresolvable by dependent projects @ line 71, column 25
  7. [WARNING] 'dependencies.dependency.systemPath' for com.craftmend.openaudiomc:OpenAudioMc:jar should not point at files within the project directory, ${project.basedir}/src/main/resources/OpenAudioMc-5.3.jar will be unresolvable by dependent projects @ line 78, column 25
  8. [WARNING]
  9. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  10. [WARNING]
  11. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  12. [WARNING]
  13. [INFO]
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Building WalibiCraft 0.1-SNAPSHOT
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO]
  18. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ wc ---
  19. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  20. [INFO] Copying 1 resource
  21. [INFO] Copying 3 resources
  22. [INFO]
  23. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ wc ---
  24. [INFO] Changes detected - recompiling the module!
  25. [INFO] Compiling 10 source files to /Users/danique/Projects/walibicraft/target/classes
  26. [INFO] -------------------------------------------------------------
  27. [ERROR] COMPILATION ERROR :
  28. [INFO] -------------------------------------------------------------
  29. [ERROR] Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider lombok.launch.AnnotationProcessorHider$AnnotationProcessor not found
  30. [INFO] 1 error
  31. [INFO] -------------------------------------------------------------
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO] BUILD FAILURE
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] Total time: 3.195 s
  36. [INFO] Finished at: 2019-06-19T20:06:37+02:00
  37. [INFO] Final Memory: 15M/44M
  38. [INFO] ------------------------------------------------------------------------
  39. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wc: Compilation failure
  40. [ERROR] Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider lombok.launch.AnnotationProcessorHider$AnnotationProcessor not found
  41. [ERROR] -> [Help 1]
  42. [ERROR]
  43. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  44. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  45. [ERROR]
  46. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  47. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  48.  
  49. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement