aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-16 09:23:27 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-16 09:23:27 +0200
commitd30b7dc59af98c4dbd30703ee12458db51a5b9f8 (patch)
tree4b812d34666466a014bae0b5b908962aafdd8c07 /pom.xml
parent5e3dfec6ae098a1396ab537a990c2be4e6927b47 (diff)
downloadsonarqube-d30b7dc59af98c4dbd30703ee12458db51a5b9f8.tar.gz
sonarqube-d30b7dc59af98c4dbd30703ee12458db51a5b9f8.zip
Disable Clirr check
As it's incompatible with Java 8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 794d325883a..29f44382abb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,12 +237,6 @@
<version>1.15</version>
</plugin>
<plugin>
- <!-- declared to avoid enforcer error during SQ analysis when Clirr plugin installed -->
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>2.6.1</version>
- </plugin>
- <plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.2.11</version>