0

In my IntelliJ one of POM is showing error due to plugin not found as per snippet below :

enter image description here

All my build configuration is correct (as per answer Maven plugins can not be found in IntelliJ)

Below is my IntelliJ settings : enter image description here

Can someone please help ?

Sagar Joon
  • 1,387
  • 14
  • 23
  • Does the build on plain command line work? – khmarbaise Nov 12 '20 at 17:29
  • Yes @khmarbaise , mvn clean install is working fine on cmd. Build is successful. But somehow IntelliJ is not reading it correctly even after clicking on Invalidate cache/Restart. – Sagar Joon Nov 12 '20 at 17:34
  • Which IntelliJ Version do you use? – khmarbaise Nov 12 '20 at 17:53
  • IntelliJ IDEA 2019.1.2 (Ultimate Edition) Build #IU-191.7141.44, built on May 7, 2019 – Sagar Joon Nov 12 '20 at 17:55
  • 1
    Please upgrade your IDEA IntelliJ .... it's old... we have 2020.2.3 the next version 2020.3 is already looking around the corner do not try to use old software ... many things have been changed in IDEA for Maven etc. Apart from that you are using very old versions of plugins ... – khmarbaise Nov 12 '20 at 19:20
  • If issue persists with latest version - does it help to declare the plugin's version explicitly there? Also a sample project would be helpful to see. – Andrey Nov 13 '20 at 06:49

1 Answers1

0

Issue resolved only after updating IntelliJ version to 2020.2.3 Issue not resolved in older version but even with this error there is issue no InteLLiJ build and debugger also working without any issue.

Sagar Joon
  • 1,387
  • 14
  • 23