dpeter99

Untitled

May 12th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. "C:\Program Files\Java\jdk1.8.0_131\bin\java.exe" -Dmaven.multiModuleProjectDirectory=P:\java\_Vluv\recipe-hoarder-java\recipe-hoarder-fxml "-Dmaven.home=D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3" "-Dclassworlds.conf=D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven-event-listener.jar" "-javaagent:D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\lib\idea_rt.jar=51126:D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\bin" -Dfile.encoding=UTF-8 -classpath "D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version2020.1.1 javafx:compile
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] --------------------< com.vluv:recipe-hoarder-fxml >--------------------
  5. [INFO] Building recipe-hoarder-fxml 1.0-SNAPSHOT
  6. [INFO] --------------------------------[ jar ]---------------------------------
  7. [WARNING] The POM for com.vluv:recipe-hoarder-core:jar:1.0-SNAPSHOT is missing, no dependency information available
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] BUILD FAILURE
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Total time: 0.197 s
  12. [INFO] Finished at: 2020-05-12T13:33:27+02:00
  13. [INFO] ------------------------------------------------------------------------
  14. [ERROR] Failed to execute goal on project recipe-hoarder-fxml: Could not resolve dependencies for project com.vluv:recipe-hoarder-fxml:jar:1.0-SNAPSHOT: Could not find artifact com.vluv:recipe-hoarder-core:jar:1.0-SNAPSHOT -> [Help 1]
  15. [ERROR]
  16. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  17. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  18. [ERROR]
  19. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  20. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Add Comment
Please, Sign In to add comment