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

ahuber pushed a commit to branch maintenance-branch
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/maintenance-branch by this 
push:
     new a09944c6b6d CAUSEWAY-3952: [v2] attempts starter-parent fix (pom 2nd 
attempt)
a09944c6b6d is described below

commit a09944c6b6df8cac6a386b02729db2f51b507e9c
Author: andi-huber <[email protected]>
AuthorDate: Fri Jan 16 13:20:10 2026 +0100

    CAUSEWAY-3952: [v2] attempts starter-parent fix (pom 2nd attempt)
---
 pom.xml          | 1 -
 starters/pom.xml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce51fd82e58..f7e2f10cce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,6 @@
         -Drevision=2.7.8 -->
     
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <maven.deploy.skip>true</maven.deploy.skip> <!-- don't deploy the 
aggregator -->
        </properties>
 
        <scm>
diff --git a/starters/pom.xml b/starters/pom.xml
index 626aa6a2763..1aab039ef52 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -63,6 +63,7 @@
                <!-- IMPORTANT: keep in sync with property defined in 
resteasy-spring-boot-starter -->
                <resteasy.version>5.0.0.Final</resteasy.version>
 
+        <maven.deploy.skip>true</maven.deploy.skip> <!-- temporarily 
troubleshooting deploy issue -->
        </properties>
 
        <build>

Reply via email to