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

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

commit fb61dd7a75364b8f6088b73781ae015572e00f7c
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri May 16 16:40:35 2025 +0100

    Include the Mem2 tests in surefire
---
 jena-core/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index c474b6f52e..ec81cd7240 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -175,6 +175,8 @@
           <argLine>-javaagent:${org.mockito:mockito-core:jar} 
-Xshare:off</argLine>
           <includes>
             <include>org/apache/jena/test/TestPackage_core.java</include>
+            <include>org/apache/jena/mem2/**/*Test.java</include>
+            <include>org/apache/jena/mem2/**/*Test2.java</include>
           </includes>
         </configuration>
       </plugin>

Reply via email to