gpt4 book ai didi

java - 如何使用 m2e-code-quality 在 maven-pmd 插件中使用 sonar pmd 永久链接?

转载 作者:行者123 更新时间:2023-12-01 04:15:21 24 4
gpt4 key购买 nike

我想通过永久链接使用我的 Sonar PMD 配置,

这是我的 maven pom.xml 的构建部分

<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<rulesets>
<ruleset>http://nemo.sonarqube.org/profiles/export?format=pmd&amp;language=java&amp;name=Nemo</ruleset>
</rulesets>
</configuration>
<executions>
<execution>
<id>pmd</id>
<goals><goal>check</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

但是当我将其导入到我的 Eclipse 中(使用 m2e-code-quality 插件)时,我收到以下错误:

java.lang.RuntimeException: Couldn't find the class White space is required between the public identifier and the system identifier.

我该如何解决这个问题?

感谢您的帮助!

最佳答案

请尝试使用旧版本的 pmd 插件。

版本2.7.1对我来说可以使用外部链接。

这是此错误的问题: http://jira.codehaus.org/browse/MPMD-174

关于java - 如何使用 m2e-code-quality 在 maven-pmd 插件中使用 sonar pmd 永久链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19502685/

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