Skip to content
Snippets Groups Projects
Commit 4bd71c3b authored by Denis Karpenok (EPAM)'s avatar Denis Karpenok (EPAM)
Browse files

GO3NRG-933 Sonar

parent 9c7602f3
No related branches found
No related tags found
4 merge requests!27Gcp fix sonar comments (GONRG-1371),!22Security configuration to CRS modules (GONRG-1220),!17Removed unhardcode repositories and distribution management from all poms (GONRG-1058),!10Fix Spring Context for GCP (GONRG-950)
......@@ -54,6 +54,25 @@
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment