This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11887 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 227728f9cf4094a036a2224b01e62a4076ff64f8 Author: Julian Reschke <resc...@apache.org> AuthorDate: Mon Sep 1 10:47:32 2025 +0100 OAK-11887: oak-it: exclude *db artefacts --- oak-it/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/oak-it/pom.xml b/oak-it/pom.xml index 7603dd2c48..5836523450 100644 --- a/oak-it/pom.xml +++ b/oak-it/pom.xml @@ -41,6 +41,15 @@ </excludes> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/*.db</exclude> + </excludes> + </configuration> + </plugin> </plugins> </build> <dependencies>