diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-01-13 09:14:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-13 09:14:45 +0000 |
commit | a6c59f024092ac339d851a372aa6deae36de622d (patch) | |
tree | e6113a7354b593eaff79c66ffd76149f9580b516 | |
parent | 0e337e84e2edafc0b7cefd86ca596da1fd8e054a (diff) | |
parent | 7492aeafebe9ea98b21ee2d3986eb4436f5bdbc4 (diff) |
Merge "Use and configure sonar-maven-plugin"
-rwxr-xr-x | 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 60a4d02de9..60aad032eb 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 |