Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Admin@DESKTOP-284VOC9 MINGW64 ~/Developer (master)
- $ mvn clean install -e
- [INFO] Error stacktraces are turned on.
- [INFO] Scanning for projects...
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 0.182 s
- [INFO] Finished at: 2019-07-23T07:45:00+03:00
- [INFO] ------------------------------------------------------------------------
- [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]
- 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.
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:84)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
- at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
- at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
- at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
- at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
- at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke (Method.java:498)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
- [ERROR]
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
- Admin@DESKTOP-284VOC9 MINGW64 ~/Developer (master)
- $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement