aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-01-13 09:14:45 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-13 09:14:45 +0000
commita6c59f024092ac339d851a372aa6deae36de622d (patch)
treee6113a7354b593eaff79c66ffd76149f9580b516 /cps-parent
parent0e337e84e2edafc0b7cefd86ca596da1fd8e054a (diff)
parent7492aeafebe9ea98b21ee2d3986eb4436f5bdbc4 (diff)
Merge "Use and configure sonar-maven-plugin"
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index 60a4d02de..60aad032e 100755
--- 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