blob: 41e87206fdb836980371aa1b6ba23f2273c51700 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
To integrate SonarQube with SonarQube Scanner for Ant (default
settings):
- define a new sonar Ant target in your Ant build script
- for the SonarQube target set classpath value to
%%DATADIR%%/sonarqube-ant-task.jar
More information:
https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-ant/
EOM
}
]
|