码迷,mamicode.com
首页 > 其他好文 > 详细

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

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

标签:for   inf   str   com   mil   org   pac   upload   blog   

解决办法: 
在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

标签:for   inf   str   com   mil   org   pac   upload   blog   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!