Skip to content

Commit

Permalink
SFD-5448 Update code-quality.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaguda committed Aug 14, 2023
1 parent efe0aa2 commit b696cbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,14 @@
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.7.0.1746</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit b696cbd

Please sign in to comment.