[
https://issues.apache.org/jira/browse/KYLIN-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17786812#comment-17786812
]
Hongrong Cao commented on KYLIN-5726:
-------------------------------------
The previous pom.xml and kylin/pom.xml in the configuration of the maven deploy
plugin have added an extra deploy goal on the deploy phase, which is
unnecessary, as the default logic of the maven deploy plugin is to deploy what
should be accomplished in this phase.
The default logic of the maven deploy plugin is that the deploy phase should
accomplish something, but this extra configuration caused the deploy operation
to be executed twice by default, which only shows the duplicate deployment for
snapshots, and shows the successful deployment for the first time and the
failure for the second time for releases, so this fix removes the extra
configuration.
> Remove unnecessary execution goal for deploy plugin
> ---------------------------------------------------
>
> Key: KYLIN-5726
> URL: https://issues.apache.org/jira/browse/KYLIN-5726
> Project: Kylin
> Issue Type: Improvement
> Affects Versions: 5.0-beta
> Reporter: Hongrong Cao
> Assignee: Hongrong Cao
> Priority: Minor
> Fix For: 5.0.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)