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 02d75260688036b70eacfdbf15e9a4f0fb1f471e Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 15 17:14:19 2025 +0200 chore(eclipse): move release config to parent pom --- eclipse/p2update/pom.xml | 7 ------- eclipse/pom.xml | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/eclipse/p2update/pom.xml b/eclipse/p2update/pom.xml index 03229062..7b3f76cb 100644 --- a/eclipse/p2update/pom.xml +++ b/eclipse/p2update/pom.xml @@ -85,13 +85,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <releaseProfiles>apache-release,sign-with-gpg</releaseProfiles> - </configuration> - </plugin> </plugins> </pluginManagement> </build> diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 420af65e..bd07e1fa 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -140,6 +140,7 @@ <goals>clean install</goals> <pushChanges>false</pushChanges> <autoVersionSubmodules>true</autoVersionSubmodules> + <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> <completionGoals>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</completionGoals>
