我是靠谱客的博主 大力机器猫,最近开发中收集的这篇文章主要介绍【解决】[WARNING] The requested profile "pom.xml" could not be activated because it does not exist导致无法打包,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
问题:[WARNING] The requested profile "pom.xml" could not be activated because it does not exist
说明:本人使用STS(Spring Tool Suits)
解决:
Step1:clean你的工程:顶部菜单【Project】-->【Clean】
Step2:选中工程,右键菜单【Maven】-->【Update Project】,然后等等等等
Step3:选中工程,右键菜单【Run As】-->【Maven build】(选第二个maven build),【Goals】填:package
或者,忽略test的:【Goals】填:package -Dmaven.test.skip=true
OK!
可以打包了!
(什么?还有Warning? Who cares !)
最后
以上就是大力机器猫为你收集整理的【解决】[WARNING] The requested profile "pom.xml" could not be activated because it does not exist导致无法打包的全部内容,希望文章能够帮你解决【解决】[WARNING] The requested profile "pom.xml" could not be activated because it does not exist导致无法打包所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复