diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-13 08:34:00 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-13 08:01:23 +0000 |
commit | 7492aeafebe9ea98b21ee2d3986eb4436f5bdbc4 (patch) | |
tree | e4a727c518b40cb2041639372708818d213766e5 /cps-parent | |
parent | 9afc8d1448a6a913db56304d3bc80cd92c141d0f (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 08b188399f..aa94d033ef 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 |