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

Add test for issue #105 #106

Open robth opened 5 years ago

robth commented 5 years ago

Hi @bvarner, this PR offers a test for issue #105.

I've added a sample multi-module project in src/test/resources/multi-module-project-stub. It's just a parent POM with a single module. It is expected that:

The test itself can be found in src/test/java/com/e_gineering/maven/gitflowhelper/DeployFeatureBranchIT.java.