You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It 's will build fail, and the exception like this:
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project xxx-parent: Can not execute SonarQube analysis: Unable to determine structure of project. Probably you use Maven Advanced Reactor Options, which is not supported by SonarQube and should not be used. -> [Help 1]
The text was updated successfully, but these errors were encountered:
When running
findbug
plugin of sonar:mvn clean package -DskipTests=true org.codehaus.mojo:sonar-maven-plugin:2.6:sonar \ -Dsonar.sensor.inclusions=JavaSourceImporter,JavaSquidSensor,CpdSensor,FindbugsSensor,ProfileSensor \ -Dsonar.dynamicAnalysis=reuseReports \ -Dsonar.branch=dev_1.0 \ -Dsonar.host.url=http://xxx:9000/ \ -Dsonar.host.username=xxx \ -Dsonar.host.password=xxx \ -Dsonar.jdbc.url='jdbc:mysql://xxxx:3306/sonar?useUnicode=true&characterEncoding=utf8' \ -Dsonar.jdbc.username=mysql \ -Dsonar.jdbc.password=xx_mysql \ -Dsonar.sourceEncoding=UTF-8
It 's will build fail, and the exception like this:
The text was updated successfully, but these errors were encountered: