Removing sonar cloud profile for now.

This commit is contained in:
tastybento 2019-05-04 23:10:27 -07:00 committed by tastybento
parent 7640a50455
commit 106cc87fb9
1 changed files with 0 additions and 26 deletions

26
pom.xml
View File

@ -221,30 +221,4 @@
</plugins>
</build>
<profiles>
<profile>
<id>sonar</id>
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>tastybento-github</sonar.organization>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.4.1.1168</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>