Advertisement
kdaud

Maven Exception

Jul 22nd, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1.  
  2. Admin@DESKTOP-284VOC9 MINGW64 ~/Developer (master)
  3. $ mvn clean install -e
  4. [INFO] Error stacktraces are turned on.
  5. [INFO] Scanning for projects...
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] BUILD FAILURE
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Total time: 0.182 s
  10. [INFO] Finished at: 2019-07-23T07:45:00+03:00
  11. [INFO] ------------------------------------------------------------------------
  12. [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\Admin\Developer). Please verify you invoked Maven from the correct directory. -> [Help 1]
  13. org.apache.maven.lifecycle.MissingProjectException: The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\Admin\Developer). Please verify you invoked Maven from the correct directory.
  14. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:84)
  15. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  16. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  17. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  18. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
  19. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
  20. at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke (Method.java:498)
  25. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  26. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  27. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  28. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  29. [ERROR]
  30. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  31. [ERROR]
  32. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  33. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
  34.  
  35. Admin@DESKTOP-284VOC9 MINGW64 ~/Developer (master)
  36. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement