This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10426 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 26ae65aac08baa200b7e0467c0baf0b668f49eb7 Author: Julian Reschke <[email protected]> AuthorDate: Mon Sep 4 16:47:40 2023 +0100 OAK-10426: oak-segment-azure: enable baseline check --- oak-segment-azure/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/oak-segment-azure/pom.xml b/oak-segment-azure/pom.xml index 8fa7d9722e..26e945339b 100644 --- a/oak-segment-azure/pom.xml +++ b/oak-segment-azure/pom.xml @@ -60,22 +60,6 @@ </Embed-Dependency> </instructions> </configuration> - <executions> - <execution> - <id>baseline</id> - <goals> - <goal>baseline</goal> - </goals> - <phase>pre-integration-test</phase> - <configuration> - <!-- - This is required because there's no prior (stable) version of oak-segment-azure - This should be removed post first release - --> - <skip>true</skip> - </configuration> - </execution> - </executions> </plugin> <plugin> <groupId>org.apache.rat</groupId>
