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.