From 38c2679da8e70770950d66b4c6cc493c277c2daa Mon Sep 17 00:00:00 2001
From: Denis Karpenok <Denis_Karpenok@epam.com>
Date: Fri, 18 Sep 2020 16:42:48 +0300
Subject: [PATCH] GONRG-813 indexer-gcp in SonarQube

---
 provider/indexer-gcp/pom.xml | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/provider/indexer-gcp/pom.xml b/provider/indexer-gcp/pom.xml
index 1414de863..c17141ffa 100644
--- a/provider/indexer-gcp/pom.xml
+++ b/provider/indexer-gcp/pom.xml
@@ -202,7 +202,26 @@
                   <useSystemClassLoader>false</useSystemClassLoader>
                   <threadCount>1</threadCount>
                 </configuration>
-            </plugin>            
+            </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>
 
-- 
GitLab