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

rombert pushed a commit to branch issue/SLING-8307-prep
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit 260f689d08eb3c43a3dce34dbb69cac5872605c4
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 15 18:02:44 2025 +0200

    SLING-8307 - Update the Eclipse tooling release process after the 
restructuring and code signing changes
    
    Always include p2update and source-bundle modules in the reactor build, 
otherwise the maven-release-plugin
    fails to activate them when changing versions, leading to build failures.
---
 eclipse/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/eclipse/pom.xml b/eclipse/pom.xml
index 31bab0e6..fc609c25 100644
--- a/eclipse/pom.xml
+++ b/eclipse/pom.xml
@@ -47,6 +47,8 @@
         <module>eclipse-sightly-ui</module>
         <module>sightly-feature</module>
         <!-- test modules activated per profile -->
+        <module>p2update</module>
+        <module>source-bundle</module>
     </modules>
 
     <build>
@@ -234,9 +236,6 @@
                     </plugin>
                 </plugins>
             </build>
-            <modules>
-               <module>p2update</module>
-            </modules>
         </profile>
         <profile>
             <id>eclipse-test</id>

Reply via email to