e-gineering / gitflow-helper-maven-plugin

An extension and plugin that teaches Maven to work well with gitflow projects and CI servers.
Apache License 2.0
76 stars 21 forks source link

Automate (some) Testing #89

Closed bvarner closed 6 years ago

bvarner commented 6 years ago

It would be highly helpful to have automated testing on a skeleton project.

My current inclination is to use maven-verifier.

If that route were taken, we could inject environment properties to set the git branch during execution, assert logs contain appropriate messages, and assert that artifacts are named appropriately and published to the correct place (file-based destination repositories).

bvarner commented 6 years ago

Thanks to @jacobharris919 for the help on this in #90