diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-16 09:23:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-16 09:23:27 +0200 |
commit | d30b7dc59af98c4dbd30703ee12458db51a5b9f8 (patch) | |
tree | 4b812d34666466a014bae0b5b908962aafdd8c07 /pom.xml | |
parent | 5e3dfec6ae098a1396ab537a990c2be4e6927b47 (diff) | |
download | sonarqube-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.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |