Maven pom.xml reported an error

I found a lot of solutions on the Internet, but it was still good in the morning. I replaced someone else"s pom.xml file in the afternoon and reported an error. I hastened to replace the original one or keep reporting this error. Thank you for your help.

clipboard.png

Mar.22,2021

problems with the maven compiler plug-in
try using the pluginManagement configuration as follows:

<build>
 <pluginManagement>
     <plugins>
         <plugin> ... </plugin>
         <plugin> ... </plugin>
               ....
     </plugins>
 </pluginManagement>
</build>

final answer: this should be the reason why the network feels that install did not download to the network timed out. After you need clear, try again to see if you have downloaded this plug-in in the warehouse.

Menu