A maven plugin integrating the fluxtion toolset with maven build cycle.
To release using the jgitflow plugin requires configuration of user/password:
<plugin>
<groupId>external.atlassian.jgitflow</groupId>
<artifactId>jgitflow-maven-plugin</artifactId>
<version>1.0-m5.1</version>
<configuration>
<username>${fluxtion.github.user}</username>
<password>${fluxtion.github.password}</password>
</configuration>
</plugin>
mvn jgitflow:release-start
mvn jgitflow:release-finish