Skip to content
Grigoriy Myasoedov edited this page Nov 11, 2023 · 1 revision

If your problem is related to importing a project model or executing a maven task, then please compare the behavior of the plugin with the original behavior of Maven. To do this, take the following output from the logs (Build or Run IDEA window), for example: "mvn: [-f, /home/IdeaProjects/untitled/pom.xml, compile" And run from command line: mvn -f /home/IdeaProjects/untitled/pom.xml compile

If the behavior of the plugin and Maven are the same, then the problem is not with the plugin. issue-import

Clone this wiki locally