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

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e38d2e  [hotfix] Fix maven-shade-plugin not printing included 
artifacts (#154)
8e38d2e is described below

commit 8e38d2e5c2d9eb54f0a2cfba1c8137eb8e83ef3a
Author: Mate Czagany <[email protected]>
AuthorDate: Mon Dec 8 11:13:53 2025 +0100

    [hotfix] Fix maven-shade-plugin not printing included artifacts (#154)
---
 .github/workflows/ci.yml |  2 +-
 pom.xml                  | 19 +------------------
 2 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d116faf..3341200 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
       - name: Set JDK
         uses: actions/setup-java@v5
         with:
-          java-version: 8
+          java-version: 11
           distribution: 'temurin'
           cache: 'maven'
 
diff --git a/pom.xml b/pom.xml
index bae1117..46bc243 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,24 +147,6 @@ under the License.
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>java11</id>
-            <activation>
-                <jdk>11</jdk>
-            </activation>
-
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-shade-plugin</artifactId>
-                            <version>3.6.0</version>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-            </build>
-        </profile>
         <profile>
             <id>shade-sources</id>
             <activation>
@@ -195,6 +177,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
+                    <version>3.6.0</version>
                     <configuration>
                         <filters combine.children="append">
                             <filter>

Reply via email to