0

I got a project written in java EE 5. I use:

  • Java 7
  • Maven 3.5.4
  • idea 2018.2.5x64

When you build a project through idea, the project is not built. enter image description here

But when I run the mvn package through console, the process completes successfully

Help me please for this issue.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

Try to update your maven dependencies in Intellij. Usually you should see a prompt asking you to do that.

Read this for more details on updating dependencies: How can I make IntelliJ IDEA update my dependencies from Maven?

alex
  • 180
  • 1
  • 13