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 f91837a1c1 Revert "OAK-11436: oak-segment-aws: the special baseline 
configuration may be removed from the pom. (#2043)"
f91837a1c1 is described below

commit f91837a1c199b7dc258f87e89aefea3990fe4190
Author: Julian Reschke <[email protected]>
AuthorDate: Sat Feb 8 06:24:45 2025 +0100

    Revert "OAK-11436: oak-segment-aws: the special baseline configuration may 
be removed from the pom. (#2043)"
    
    This reverts commit 4f84b5cee375a2400569e5cbf47b6d41878c6ba6.
---
 oak-segment-aws/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/oak-segment-aws/pom.xml b/oak-segment-aws/pom.xml
index 62e5c574bc..c5764f77b1 100644
--- a/oak-segment-aws/pom.xml
+++ b/oak-segment-aws/pom.xml
@@ -67,6 +67,22 @@
                         </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-aws
+                              This should be removed post first release
+                            -->
+                            <skip>true</skip>
+                        </configuration>
+                    </execution>
+                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>

Reply via email to