This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-8307-2 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 5e94cd1a13db1735c5355705346e2c6a0e9ec464 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 15 17:19:33 2025 +0200 chore(eclipse): include p2update and source-bundles in prepared modules --- eclipse/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 85f3811f..7900e2f5 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -140,6 +140,7 @@ <goals>clean install</goals> <pushChanges>false</pushChanges> <autoVersionSubmodules>true</autoVersionSubmodules> + <preparationProfiles>apache-release</preparationProfiles> <releaseProfiles>apache-release,sign-with-gpg</releaseProfiles> <!-- See https://wiki.eclipse.org/Tycho/Release_Workflow --> <preparationGoals>org.eclipse.tycho:tycho-versions-plugin:${tycho.version}:update-eclipse-metadata org.apache.maven.plugins:maven-scm-plugin:1.9.5:add org.apache.maven.plugins:maven-scm-plugin:1.9.5:checkin</preparationGoals>
