You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not used to scala so I find how to use scala in python. As many suggest, I use "mvn package" but it fail as below:
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/hari_yu_1995/Documents/BraveSoft/Arubaito/chatbot/visc). Please verify you invoked Maven from the correct directory.
It happens for directory /home/hari_yu_1995/Documents/BraveSoft/Arubaito/chatbot/visc/src/main/scala/visc as well.
I don't understand why POM file must exist in this case. PLEASE help me.
The text was updated successfully, but these errors were encountered:
I am not used to scala so I find how to use scala in python. As many suggest, I use "mvn package" but it fail as below:
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/hari_yu_1995/Documents/BraveSoft/Arubaito/chatbot/visc). Please verify you invoked Maven from the correct directory.
It happens for directory /home/hari_yu_1995/Documents/BraveSoft/Arubaito/chatbot/visc/src/main/scala/visc as well.
I don't understand why POM file must exist in this case. PLEASE help me.
The text was updated successfully, but these errors were encountered: