Maven install reported an error?

clipboard.png
execute mvn install error report. It"s easy to struggle. What"s the reason? have you ever encountered such a situation

?
Feb.27,2021
The

exception made it clear that no pdp-manager dependencies were found. Ps, almost blinded by your abnormality.


execute mvn clean-U install, if it still doesn't work, find the local mvn repository and execute rm-rf ~ / .m2 / repositories. Note: if the mvn warehouse address is not specified when installing mvn, the default address is in the root directory of the installation mvn user, that is, ~ / .m2, and then executing mvn install, under the root of the mvn project can basically solve the problem.

Menu