0
点赞
收藏
分享

微信扫一扫

maven打包常见异常

infgrad 2022-07-18 阅读 111

maven打包常见异常

1.1 #Process terminated

1.1.1 java.io.FileNotFoundException: F:\apache-maven-3.6.3/conf/logging

打开对应的maven目录,新建logging文件夹即可,

从Maven 3.1.0开始,默认的日志记录配置文件位于/conf/logging/simplelogger.properties。

1.1.2 The specified user settings file does not exist: F:\apache-maven-3.6.3\conf\ settings.xml

配置文件位置不对,打开idea 搜索maven重新配置正确的位置

1.1.3 项目打包出现BOOT-INF

<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

本文来自博客园,作者:​​三号小玩家​​​\



举报

相关推荐

0 条评论