aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-09-23 13:49:59 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-09-23 13:50:10 +0200
commit5fd405dc6b1c3fea7cf3611fa9244c9c21a28853 (patch)
tree5e78e6a45ce6c97bf8eac5d24893ee7cb30f5016
parent03dea21c4a826526aefb3a4287f3380a215f0956 (diff)
downloadsonarqube-5fd405dc6b1c3fea7cf3611fa9244c9c21a28853.tar.gz
sonarqube-5fd405dc6b1c3fea7cf3611fa9244c9c21a28853.zip
Declare version of clirr-m-p to avoid enforcer error during analysis
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cc75ad5c32d..9325d620f16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,6 +277,12 @@
<artifactId>sonar-packaging-maven-plugin</artifactId>
<version>1.12.1</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>
</plugins>
</pluginManagement>