You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lp...@apache.org on 2023/01/25 07:15:55 UTC

[shiro] branch main updated: fixed jacoco coverage

This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 75f118db fixed jacoco coverage
75f118db is described below

commit 75f118db8ab90f6dfc08db2303548f17cda15069
Author: lprimak <le...@flowlogix.com>
AuthorDate: Wed Jan 25 01:15:41 2023 -0600

    fixed jacoco coverage
---
 support/jakarta-ee/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml
index 6de6fe12..44b5b185 100644
--- a/support/jakarta-ee/pom.xml
+++ b/support/jakarta-ee/pom.xml
@@ -30,6 +30,10 @@
         <version>2.0.0-SNAPSHOT</version>
     </parent>
 
+    <properties>
+        <jacoco.skip>true</jacoco.skip>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>jakarta.platform</groupId>