Problem with maven and doesn't exist package. Permanently deleted user 创建于 2015年12月16日 12:43 Hello,I have problem with my project.I try import manually dependencies but nothing helped.Please help me fix it.
Does mvn install work from the command line without errors?
Any errors related to maven importing in idea.log (https://intellij-support.jetbrains.com/entries/23352446)?
when I use "mvn --version" all looks like good, but when I use "mvn" errors are displayed.


Attachment(s):
idea.log.1.zip
Try running "mvn compile", "mvn package" or "mvn install".
always the same errors

You have to run it inside the project root folder.