From e941949e723461544fe8e901ad91aee44e574a7e Mon Sep 17 00:00:00 2001
From: Daniel Haag <daniel.haag@uibk.ac.at>
Date: Wed, 9 Nov 2016 17:06:52 +0100
Subject: [PATCH] OPENOLAT-425: added javovo maven plugin

---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index 687dda3c126..b41d75aba10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -816,6 +816,15 @@
 							</execution>
 						</executions>
 					</plugin>
+					<plugin><groupId>org.jacoco</groupId><artifactId>jacoco-maven-plugin</artifactId><version>0.7.7.201606060606</version><executions>
+						<execution><id>default-prepare-agent</id><goals><goal>prepare-agent</goal></goals></execution>
+						<execution><id>default-report</id><phase>prepare-package</phase><goals><goal>report</goal></goals></execution>
+						<execution><id>default-check</id><goals><goal>check</goal></goals><configuration><rules><!-- implementation is needed only for Maven 2 -->
+							<rule implementation="org.jacoco.maven.RuleConfiguration"><element>BUNDLE</element><limits><!-- implementation is needed only for Maven 2 -->
+								<limit implementation="org.jacoco.report.check.Limit"><counter>COMPLEXITY</counter><value>COVEREDRATIO</value><minimum>0.60</minimum></limit>
+							</limits></rule></rules></configuration>
+						</execution></executions>
+					</plugin>
 				</plugins>
 			</build>
 		</profile>
@@ -1022,6 +1031,15 @@
 							</execution>
 						</executions>
 					</plugin>
+					<plugin><groupId>org.jacoco</groupId><artifactId>jacoco-maven-plugin</artifactId><version>0.7.7.201606060606</version><executions>
+						<execution><id>default-prepare-agent</id><goals><goal>prepare-agent</goal></goals></execution>
+						<execution><id>default-report</id><phase>prepare-package</phase><goals><goal>report</goal></goals></execution>
+						<execution><id>default-check</id><goals><goal>check</goal></goals><configuration><rules><!-- implementation is needed only for Maven 2 -->
+							<rule implementation="org.jacoco.maven.RuleConfiguration"><element>BUNDLE</element><limits><!-- implementation is needed only for Maven 2 -->
+								<limit implementation="org.jacoco.report.check.Limit"><counter>COMPLEXITY</counter><value>COVEREDRATIO</value><minimum>0.60</minimum></limit>
+							</limits></rule></rules></configuration>
+						</execution></executions>
+					</plugin>
 				</plugins>
 			</build>
 		</profile>
-- 
GitLab