The requested profile "pom.xml" could not be activated because it does not exist

错误描述:在执行maven install的时候有时会出现 The requested profile “pom.xml” could not be activated because it does not exist 的错误
解决办法:在项目中单击右键 --属性 --maven,将此处清空保存即可

原文地址:https://www.cnblogs.com/zhangliang88/p/12795109.html