0

我正在尝试通过 php 项目的 maven 进行声纳分析。

我已经按照http://docs.codehaus.org/display/SONAR/PHP+Plugin上提到的所有说明进行了操作,完成了所有必要的设置和提到的更改。

从项目目录执行命令 mvn sonar:sonar 后,我收到以下错误消息。

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0:sonar (d
        efault-cli) on project espritKM: Can not execute Sonar: PHPMD execution failed w
        ith returned code '255'. Please check the documentation of PHPMD to know more ab
        out this failure. -> [Help 1]
4

1 回答 1

0

在这种情况下,您应该在调试模式下运行分析(即使用“-X”),以便找到启动了哪个确切的 PHPMD 命令,然后在 shell 中手动运行它以查看发生了什么。

于 2013-02-13T14:11:33.123 回答