Remove unused Sonar profile.

This commit is contained in:
tastybento 2021-08-15 11:22:32 -07:00
parent c18ff90e5f
commit 6b18aedf75
1 changed files with 0 additions and 24 deletions

24
pom.xml
View File

@ -92,30 +92,6 @@
<!-- GIT_BRANCH -->
</properties>
</profile>
<profile>
<id>sonar</id>
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>bentobox-world</sonar.organization>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.6.0.1398</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<repositories>