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

JUnit upgrade and add mockito support #335

Closed nhojpatrick closed 2 years ago

nhojpatrick commented 2 years ago

Looking at ability to mock and so verify the actual command being executed.

aleksandr-m commented 2 years ago

Why?

nhojpatrick commented 2 years ago

Why?

rolling back and closing this PR as I can't get mocking to work to verify maven commands. i.e. to prove the correct command line is being executed based upon input of globalSettings, userSettings, mvn or mvnw.