This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 99228dd771efe087c66e32777db8c17bed7d4d21 Author: lprimak <[email protected]> AuthorDate: Fri Feb 6 13:17:43 2026 -0600 removed generated groovy stubs --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 372b5e061..f209a730d 100644 --- a/pom.xml +++ b/pom.xml @@ -640,9 +640,7 @@ <execution> <goals> <goal>addTestSources</goal> - <goal>generateTestStubs</goal> <goal>compileTests</goal> - <goal>removeTestStubs</goal> </goals> </execution> </executions>
