-
-
Notifications
You must be signed in to change notification settings - Fork 188
Description
Since a while we get this error when finishing a hotfix branch. Do you know what could be the root cause? It worked before, but we might have updated to a new versions of your plugin.
[ERROR] Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.20.0:hotfix-finish (default-cli) on project helm-whs: hotfix-finish: warning: not deleting branch 'hotfix-24.6.9' that is not yet merged to
[ERROR] 'refs/remotes/origin/hotfix-24.6.9', even though it is merged to HEAD.
[ERROR] error: The branch 'hotfix-24.6.9' is not fully merged.
[ERROR] If you are sure you want to delete it, run 'git branch -D hotfix-24.6.9'.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException