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 6fdf112f8 chore: suppress maven warnings for gmavenplus plugin
6fdf112f8 is described below

commit 6fdf112f81499a40a46799095f770f15126687d2
Author: lprimak <[email protected]>
AuthorDate: Tue Jan 27 22:59:44 2026 -0600

    chore: suppress maven warnings for gmavenplus plugin
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index bb497b7a5..7ef7cf262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,8 @@
         <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
         
<project.build.outputTimestamp>2026-01-15T21:40:21Z</project.build.outputTimestamp>
         <jacoco.skip>true</jacoco.skip>
+        <!-- workaround for gmavenplus plugin until maven 4 is being used -->
+        
<maven.project.sourceRoots.warningsDisabled>true</maven.project.sourceRoots.warningsDisabled>
         <!--suppress CheckTagEmptyBody -->
         <surefire.argLine/>
         <!--suppress CheckTagEmptyBody -->

Reply via email to