aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-13 08:34:00 +0100
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>2021-01-13 08:01:23 +0000
commit7492aeafebe9ea98b21ee2d3986eb4436f5bdbc4 (patch)
treee4a727c518b40cb2041639372708818d213766e5 /cps-parent
parent9afc8d1448a6a913db56304d3bc80cd92c141d0f (diff)
Use and configure sonar-maven-plugin
for support multimodule project Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I5c9ed23069a26ba28461f6c20c9222741333cf3d
Diffstat (limited to 'cps-parent')
-rw-r--r--cps-parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index 08b188399..aa94d033e 100644
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -428,6 +428,10 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project> \ No newline at end of file