Failed to execute goal on project XXXX-api: Could not resolve dependencies for pro

Failed to execute goal on project XXXX-api: Could not resolve dependencies for pro***************************************************

today met a maven packaging error, an error message that Could not resolve dependencies for pro * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

the reason is that the package name path was modified during the migration of the module. Try all kinds of cleanup and finally mention cleanup top level pom. XML

in a know reply

execute maven clean, then execute maven install and then repackage the specified module.

if the package is still wrong, please carefully check the reference package path and the real module package path are consistent;

Read More: