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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 576ab4671fa IGNITE-27181 Added the compatibility module to the Maven 
reactor by default (#12535)
576ab4671fa is described below

commit 576ab4671fa3836070c87cc520e7ec660b835da9
Author: Nikita Amelchev <[email protected]>
AuthorDate: Wed Nov 26 17:28:20 2025 +0300

    IGNITE-27181 Added the compatibility module to the Maven reactor by default 
(#12535)
---
 .github/workflows/publish-snapshot.yml | 2 +-
 pom.xml                                | 9 +--------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/publish-snapshot.yml 
b/.github/workflows/publish-snapshot.yml
index 04f22a182e3..2d3c918a42e 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -41,7 +41,7 @@ jobs:
           server-username: NEXUS_USER
           server-password: NEXUS_PW
       - name: Deploy
-        run: ./mvnw deploy -Pcheckstyle,compatibility -DskipTests 
-Dmaven.javadoc.skip=true -B -V
+        run: ./mvnw deploy -Pcheckstyle -DskipTests -Dmaven.javadoc.skip=true 
-B -V
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
diff --git a/pom.xml b/pom.xml
index d1cf7cd2cb4..9c722ad15aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
         <module>modules/opencensus</module>
         <module>modules/control-utility</module>
         <module>modules/calcite</module>
+        <module>modules/compatibility</module>
     </modules>
 
     <profiles>
@@ -80,7 +81,6 @@
             <modules> <!-- sorted alphabetically -->
                 <module>examples</module>
                 <module>modules/benchmarks</module>
-                <module>modules/compatibility</module>
                 <module>modules/ducktests</module>
                 <module>modules/numa-allocator</module>
                 <module>modules/schedule</module>
@@ -102,13 +102,6 @@
             </modules>
         </profile>
 
-        <profile>
-            <id>compatibility</id>
-            <modules>
-                <module>modules/compatibility</module>
-            </modules>
-        </profile>
-
         <profile>
             <id>build-dotnet</id>
             <modules>

Reply via email to