SonarScanner for Ant
The SonarScanner for Ant provides a task to allow the integration of SonarQube analysis into an Apache Ant build script.
Moving from SonarScanner for Ant to SonarScanner
Prerequisites
Configuring your sonar properties
sonar.host.url="sonarHostUrl"
sonar.projectKey="projectKey"
sonar.projectName="projectName"
sonar.projectVersion="1.0"
sonar.sources="src"
sonar.java.binaries="build"
sonar.java.libraries="lib/*.jar"Running the analysis
[Archived] sample project
Last updated
Was this helpful?

