IDEA reported an error: Cannot resolve plugin org.apache.maven.plugins:3.2.3

IDEA reported an error: Cannot resolve plugin org.apache.maven.plugins:3.2.3

The problem occurs in the import of the plug-in, whether it is missing or improper version, the
Insert picture description here
most direct way to cause plugins to display a red wavy line is to delete the original package, download and import again, and you need to know your The location of the local maven warehouse. Take this as an example, IDEA defaults to: C:\Users\HeBin.m2\repository\org\apache\maven\plugins;

However, we will create a local repository that is easy to remember,
E:\apache-maven-3.5.2\maven_repository\org\apache\maven\plugins

Find the warehouse currently used by your project, delete the package that reported the error, and download and import again.

Guess you like

Origin blog.csdn.net/weixin_44505194/article/details/106556620