This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 90834ef3bcb0b77b62cee4cfd327795d4c44459a Author: yihuawu1986 <59810358+yihuawu1...@users.noreply.github.com> AuthorDate: Thu Jun 15 17:24:59 2023 +0800 KYLIN-5726 Remove unnecessary execution goal for deploy plugin --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index f4739257c5..aa0622834c 100644 --- a/pom.xml +++ b/pom.xml @@ -3122,15 +3122,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>3.0.0-M2</version> - <executions> - <execution> - <id>deploy</id> - <phase>deploy</phase> - <goals> - <goal>deploy</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>