Skip to content
Snippets Groups Projects
Commit ce50b034 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4786: Try adding sonar Plugin to Maven Build

parent eb6ea93f
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,10 @@ ...@@ -132,6 +132,10 @@
</profiles> </profiles>
<build> <build>
<plugins> <plugins>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment