Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.1
-
Fix Version/s: 1.4
-
Labels:None
-
Environment:Hudson 1.347, Sonar Plugin 1.3.1
-
Number of attachments :
Description
Starting with version 1.3.x the plugin isn't omitting the Java system properties "sonar.jdbc.username" and "sonar.jdbc.password" for empty / default Sonar database username / password anymore.
This leads to the following Maven command line:
mvn -f xxx/pom.xml -B -e sonar:sonar -Dsonar.jdbc.driver=xxx -Dsonar.jdbc.url=jdbc:xxx -Dsonar.jdbc.username= -Dsonar.jdbc.password= -Dsonar.host.url=http://xxx
Fixed in r28126