gpt4 book ai didi

sonarqube - sonar.host.url 不适用于 sonar-maven-plugin :2. 7

转载 作者:行者123 更新时间:2023-12-03 06:23:49 26 4
gpt4 key购买 nike

将我的 POM 升级到 sonar-maven-plugin:2.7 后,配置不再起作用。我在settings.xml中的配置是这样的:

<profile>
<id>sonar</id>
<properties>
<sonar.jdbc.url>jdbc:postgresql://my.server:5432/sonar</sonar.jdbc.url>
<sonar.jdbc.driverClassName>org.postgresql.Driver</sonar.jdbc.driverClassName>
<sonar.jdbc.username>xxxxx</sonar.jdbc.username>
<sonar.jdbc.password>yyyyy</sonar.jdbc.password>
<sonar.host.url>http://my.server</sonar.host.url>
</properties>
</profile>

当然,构建是从-Psonar开始的。在 2.6 版本中一切都很好,在 2.7 版本中我得到了

[INFO] --- sonar-maven-plugin:2.7:sonar (default-cli) @ myproject ---
[INFO] User cache: C:\Users\me\.sonar\cache
[ERROR] SonarQube server 'http://localhost:9000' can not be reached
...
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.7:sonar (default-cli) on project myproject: Fail to download libraries from server: java.net.ConnectException: Connection refused: connect -> [Help 1]

使用 -X 开始构建在这两种情况下都为我提供了正确的 mojo 配置,尤其是日志中的 url 仍然正确

[DEBUG]   (f) sonarHostURL = http://my.server

即使删除提到的缓存目录也没有帮助。

除了将插件管理到版本 2.6 之外,我还能做什么?

最佳答案

我们正在调查该问题。票证已创建:https://jira.sonarsource.com/browse/MSONAR-129

与此同时,您可以将 SQ 插件锁定到版本 2.6 或使用命令行传递所有属性。

关于sonarqube - sonar.host.url 不适用于 sonar-maven-plugin :2. 7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33297020/

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