diff options
-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 |