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

zihaoxiang pushed a commit to branch 3.3.0-alpha-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.3.0-alpha-prepare by this 
push:
     new 06c6555dce fix some issue
06c6555dce is described below

commit 06c6555dcefaf75d8c6110eeb7725b9d1942e351
Author: SbloodyS <[email protected]>
AuthorDate: Thu Apr 3 11:34:42 2025 +0800

    fix some issue
---
 dolphinscheduler-dist/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml
index 2b63dee475..a533a34346 100644
--- a/dolphinscheduler-dist/pom.xml
+++ b/dolphinscheduler-dist/pom.xml
@@ -132,6 +132,14 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+
         </plugins>
     </build>
 

Reply via email to