首页 > 其他分享 >WARN: Findbugs needs sources to be compiled. Please build project before executing sonar or check th

WARN: Findbugs needs sources to be compiled. Please build project before executing sonar or check th

时间:2022-11-01 18:34:21浏览次数:91  
标签:execute java compiled project sonar Findbugs

ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: Can not execute Findbugs
	at org.sonar.plugins.findbugs.FindbugsExecutor.execute(FindbugsExecutor.java:188)
	at org.sonar.plugins.findbugs.FindbugsSensor.execute(FindbugsSensor.java:114)

Findbugs要求您的源代码已编译。 如果你按照Sonar文档 ,这是你应该做的:

mvn clean install -DskipTests=true
mvn sonar:sonar

 

标签:execute,java,compiled,project,sonar,Findbugs
From: https://www.cnblogs.com/yanghj010/p/16848742.html

相关文章