aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorvasilyeva <vasilyeva@rutarget.ru>2017-08-31 22:13:09 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-08-31 16:39:04 -0700
commit89b51acfb8b4737bedbb5c6dbdbcb0ad34378bb4 (patch)
treeb35bb69cd0a5ed024a75f61ac8a57ce6f30b2192 /pom.xml
parent2b9d1e48461cb0f10023645af464a4668a84b490 (diff)
downloadcheckstyle-89b51acfb8b4737bedbb5c6dbdbcb0ad34378bb4.tar.gz
Issue #4912: add initial scripts for running sonar in docker
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a1e0f6253..014a47b2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1528,6 +1528,19 @@
</profile>
<profile>
+ <id>sonar</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>2.7.1</version>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
<id>cobertura-check</id>
<activation>
<jdk>[1.8,)</jdk>