gpt4 book ai didi

java - 由于我的 IntelliJ 设置,Maven 安装失败

转载 作者:行者123 更新时间:2023-12-02 11:04:10 25 4
gpt4 key购买 nike

我正在使用这个基本的 Maven 命令:

mvn 安装

它停止了,并出现以下错误:

[WARNING] File /home/vagrant/MyProject/application/declic2Parent/.idea/encodings.xml contains prohibited string.

[...]

[INFO]------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]------------------------------------------------------------------------

[INFO] Total time: 5.575s

[INFO] Finished at: Fri Jun 29 17:09:42 CEST 2018

[INFO] Final Memory: 24M/737M

[INFO]------------------------------------------------------------------------

[ERROR] Failed to execute goal com.rte.maven.plugin:encoding-maven-plugin:1.0.0.1:descriptor (executionEncoding) on project declic2Parent: We detect encoding errors on various files - see log! -> [Help 1]

我必须在 pom.xml 中添加哪些设置才能告诉他停止在 IntelliJ 目录中查找?

如果我删除 IntelliJ 自动创建的文件,maven 安装就会成功。

最佳答案

使用自动生成的文件从来都不是一个好主意。

如果您使用 ñ、é 等字符,您可能会收到此错误。如果您添加编码,它可能会得到修复。

像这样:

<configuration>
<encoding>UTF-8</encoding>
</configuration>

关于java - 由于我的 IntelliJ 设置,Maven 安装失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51104881/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com