Advertisement
thembo42

server run error log

Jun 27th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [INFO] Error stacktraces are turned on.
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] BUILD FAILURE
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Total time: 0.079 s
  7. [INFO] Finished at: 2022-06-27T20:58:19+03:00
  8. [INFO] ------------------------------------------------------------------------
  9. [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/root). Please verify you invoked Maven from the correct directory. -> [Help 1]
  10. org.apache.maven.lifecycle.MissingProjectException: The goal you specified requires a project to execute but there is no POM in this directory (/root). Please verify you invoked Maven from the correct directory.
  11. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:85)
  12. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  13. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  14. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  15. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
  16. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
  17. at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
  18. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  19. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  20. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke (Method.java:566)
  22. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
  23. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
  24. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
  25. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
  26. [ERROR]
  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/MissingProjectException
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement