0

Drop all SonarQube support

This commit is contained in:
Ronald Jack Jenkins Jr
2017-07-30 18:57:16 -04:00
parent 909df74ba5
commit 6696c576ea

43
pom.xml
View File

@@ -29,7 +29,6 @@
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
<maven.javadoc.version>2.10.3</maven.javadoc.version> <maven.javadoc.version>2.10.3</maven.javadoc.version>
<sonar.java.source>${maven.compiler.source}</sonar.java.source>
<rtr.allowExternalSnapshots>true</rtr.allowExternalSnapshots> <rtr.allowExternalSnapshots>true</rtr.allowExternalSnapshots>
<site.src>${project.basedir}/src/site</site.src> <site.src>${project.basedir}/src/site</site.src>
<site.dest>${project.basedir}/target/site-src</site.dest> <site.dest>${project.basedir}/target/site-src</site.dest>
@@ -143,26 +142,6 @@
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
<!-- Plugins used by profiles. -->
<pluginManagement>
<plugins>
<!-- SonarQube analysis. -->
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>sonarqube-analysis</id>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build> </build>
<!-- Manages site/report configuration. --> <!-- Manages site/report configuration. -->
<reporting> <reporting>
@@ -254,23 +233,6 @@
</plugins> </plugins>
</reporting> </reporting>
<profiles> <profiles>
<!-- SonarQube analysis profile. -->
<profile>
<id>sonarqube</id>
<activation>
<property>
<name>sonar.host.url</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
<!-- Things to do only for releases. --> <!-- Things to do only for releases. -->
<profile> <profile>
<id>release</id> <id>release</id>
@@ -336,11 +298,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- SonarQube analysis. -->
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
</plugin>
<!-- Deploy the Maven artifacts to a local directory for publishing to GitHub. --> <!-- Deploy the Maven artifacts to a local directory for publishing to GitHub. -->
<plugin> <plugin>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>