This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push: new fcd357d52a OAK-11887: oak-it: exclude *db artefacts (#2483) fcd357d52a is described below commit fcd357d52a367f0b825887f50f27da46a0658f50 Author: Julian Reschke <resc...@apache.org> AuthorDate: Mon Sep 1 14:56:12 2025 +0200 OAK-11887: oak-it: exclude *db artefacts (#2483) --- 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>