Skip to content

Instantly share code, notes, and snippets.

@theopendle
Created July 22, 2019 19:53
Show Gist options
  • Save theopendle/39bd742f8dd97a3bfb3b22893271e20a to your computer and use it in GitHub Desktop.
Save theopendle/39bd742f8dd97a3bfb3b22893271e20a to your computer and use it in GitHub Desktop.
<settings>
<pluginGroups>
<pluginGroup>org.sonarsource.scanner.maven</pluginGroup>
</pluginGroups>
<profiles>
<profile>
<id>sonar</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- Enter your SonarQube instance URL here -->
<sonar.host.url>http://localhost:9000</sonar.host.url>
</properties>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment