Can't find PMD XML report
0
I run a Maven command as "mvn sonar:sonar pmd:pmd", I can see the generated pmd.xml file under target folder in each module. But in command output I can see [INFO] Sensor Import of PMD issues [java] [INFO] Importing D:Tempworkshop111matmat-publishmat-publish-coretargetpmd.xml [ERROR] Can't find PMD XML report: D:Tempworkshop111matmat-publishmat-publish-coretargetpmd.xml [INFO] Sensor Import of PMD issues [java] (done) | time=16ms I can open the pmd.xml directly with the path, I am not sure why it report cannot find the file.
sonarqube pmd
share | improve this question
asked Nov 23 '18 at 8:34