首页 > 其他 > 详细

No plugin found for prefix 'war' in the current project and in the plugin groups

时间:2018-03-19 11:20:28      阅读:716      评论:0      收藏:0      [点我收藏+]

解决办法: 
在pom里面添加 :

            <dependency>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-resources-plugin</artifactId>
            <version>2.5</version>
        </dependency>
以上是网上普遍流行的解决方法,如果修改之后依旧不行,可以尝试如下方法:
查看此目录下的文件,一般就是这里不对,之前是2.1就不行,现在文件替换为2.2的就可以了
技术分享图片技术分享图片

 

 

No plugin found for prefix 'war' in the current project and in the plugin groups

原文:https://www.cnblogs.com/12344321hh/p/8600632.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!