Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7, 1.7.1
-
Fix Version/s: 1.8
-
Labels:None
-
Number of attachments :
Description
If, in a free style project, properties are passed using "Project properties" field, then comments are not stripped out.
For Example (copy and paste from help for this field):
# required metadata sonar.projectKey=my:project sonar.projectName="My Project" sonar.projectVersion=1.0
Command line:
java -cp ... -D ******** -D sonar.host.url=http://localhost -D # -D required -D metadata -D sonar.projectKey=my:project -D ...
Fixed in 06336d7.