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 d4cf450963c3b02679d6a1e9740fbd1f5cde2b4b
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 15 16:58:40 2025 +0200

    chore: attempt to release shared modules using maven-release-plugin
---
 shared/parent/pom.xml | 10 ----------
 shared/pom.xml        | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/shared/parent/pom.xml b/shared/parent/pom.xml
index 1c087943..c974878c 100644
--- a/shared/parent/pom.xml
+++ b/shared/parent/pom.xml
@@ -57,16 +57,6 @@
                         <failOnMissing>false</failOnMissing><!-- no release 
yet -->
                     </configuration>
                 </plugin>
-                <plugin>
-                    <!-- When releasing we build the modules locally and 
include them in the p2 repository
-                    but we do not release them on Maven Central. To be 
revisited if needed -->
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <configuration>
-                        <goals>clean install</goals>
-                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                    </configuration>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>
diff --git a/shared/pom.xml b/shared/pom.xml
index ab016b6b..0c4b721e 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -31,6 +31,22 @@
         <url>https://github.com/apache/sling-ide-tooling.git</url>
     </scm>
 
+    <build>
+        <plugins>
+            <plugin>
+                <!-- When releasing we build the modules locally and include 
them in the p2 repository
+                but we do not release them on Maven Central. To be revisited 
if needed -->
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <goals>clean install</goals>
+                    <pushChanges>false</pushChanges>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <modules>
         <module>parent</module>
         <module>api</module>

Reply via email to