maven项目导入报错 === Project xxx already exists Add a version or custom suffix using “Name template” in “Advanced” setting

Project .. already exists Add a version or custom suffix using "Name template" in "Advanced" setting

解决

You can use the “Advanced” option at bottom of import window, “Name template” select “[artifactId]-[version]”,
///////
“Profiles” fill the project name and version,
///////
eg:helloWord-0.0.1-SNAPSHOT
////////
just test, and good luck like below

Project .. already exists Add a version or custom suffix using "Name template" in "Advanced" setting

相关文章: