aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
488 stars 180 forks source link

Call initExecutables before usage of output #336

Closed nhojpatrick closed 2 years ago

nhojpatrick commented 2 years ago

Looking at the Global Settings, User Settings, Maven Wrapper, refactor existing code so initExecutables() before usage of cmdGit or cmdMvn.

aleksandr-m commented 2 years ago

initExecutables is already called in executeCommand. Why do you want to call it in every other methods?

aleksandr-m commented 2 years ago

@nhojpatrick Can you explain it, please