gpt4 book ai didi

在 IntelliJ 中配置 maven pom.xml 错误

转载 作者:行者123 更新时间:2023-12-04 15:20:03 30 4
gpt4 key购买 nike

pom.xml 有这样的问题。

<build>
<finalName>console</finalName>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>

与上面的代码、源代码和目标代码一样,编码标签在 IntelliJ IDEA 中显示为红色。
并且此代码在旧版本中不存在。因为我使用 GIT 合并并提交了此代码的新版本。此代码是新版本的代码。

如果我将鼠标悬停在 <source> ,然后它说

Element source is not allowed here.



如果我将鼠标悬停在 <target> ,然后它说

Element target is not allowed here.



如果我将鼠标悬停在 <encoding> ,然后它说

Element encoding is not allowed here.



是跟tomcat7-maven-plugin还是其他问题有关?
我所做的只是将此代码粘贴到 pom.xml。

最佳答案

tomcat7-maven-plugin 不支持源、目标、编码标签。

所以它是错误的源代码。

我解决了删除配置标签的问题。

关于在 IntelliJ 中配置 maven pom.xml 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36052488/

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