Tag Archives: Idea maven Pom Error

Error in Maven POM project file [How to Solve]

After the newly imported project, in the process of downloading the dependency, the dependency package will prompt an error and take a screenshot

Cause of the problem: the reason for the local warehouse is that there are many version jar packages in the local warehouse

Solution: you can change a local warehouse for the current project in idea, and then download the related dependent packages again

 

[Solved] Idea maven Pom Error: “Failed to read artifact descriptor”

Idea maven Pom Error: “Failed to read artifact descriptor”

 

Solution:

Do the proxy settings also, and ran the command mvn –U clean install but it’s not working.

I got its resolved with the below setting enabled (highlighted in yellow)

In Intellij, go to File -> Settings -> Build, Execution, Deployments -> Maven Check the box, ‘Always update snapshots

Intellij Settings window snapshot