Hi im Using SonarQube 7.7 and im trying to use the generic issue data to try to add new rules, but mi problem is i’m using the example shown on the documentation Generic issue Data but when i run the analysis i get the next message:
the .properties im using:
sonar.projectKey=generictest
sonar.sources=.
sonar.host.url=http://localhost:9000
sonar.login=ee8f54b606f9e6fb94474fa47079c1835e15943a
sonar.java.binaries=src
sonar.externalIssuesReportPaths=SonarQubeIssueData.json
sonar.issuesReport.json.enable=true
Someone know what could happen or what does the primary location search?