最近搜索

idea打包 war包,maven 报错解决方法。 解决方法大全。

浏览:532
管理员 2022-10-25 16:20

打包报错, 修改版本。


image.png

image.png


<!--在这里修改版本-->
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-resources-plugin</artifactId>
   <version>2.4.3</version>
</plugin>
<!---->




添加web.xml文件


web.xml

image.png




修改版本

错误信息

webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)




image.png

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-war-plugin</artifactId>
    <version>3.2.3</version>
</plugin>





联系站长

站长微信:xiaomao0055

站长QQ:14496453