summaryrefslogtreecommitdiffstats
path: root/portal-BE/pom.xml
diff options
context:
space:
mode:
authorDominik Mizyn <d.mizyn@samsung.com>2020-02-24 09:26:24 +0100
committerDominik Mizyn <d.mizyn@samsung.com>2020-03-02 10:20:38 +0100
commitca3d9f4b725774763f12488940033a294b778244 (patch)
treead45133f1367fa3c7db471e4a281346ffefaf2af /portal-BE/pom.xml
parent4c6f6a443cb2e6effa995e77d56689c1c2dab4ad (diff)
ExternalAccessRolesController up
ExternalAccessRolesController up and all needed services Issue-ID: PORTAL-710 Change-Id: I2857c98368909906774c27bf5ce007be0a06744e Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Diffstat (limited to 'portal-BE/pom.xml')
-rw-r--r--portal-BE/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml
index 77336be7..e00a9507 100644
--- a/portal-BE/pom.xml
+++ b/portal-BE/pom.xml
@@ -179,6 +179,7 @@
</dependencies>
<properties>
<docker.image.prefix>portal</docker.image.prefix>
+ <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<build>
<plugins>
@@ -232,6 +233,25 @@
</execution>
</executions>
</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>
<resources>
<resource>