I've got a maven project which generates a set of resources files using some plugins defined in a pom.xml. I'd like to use something like distributionManagement to push these generated files to a branch in Git. I can see that I can use something like Apache Wagon to do the distribution but the distributionManagement settings seem to only cater for the repository, site and relocation elements.
Is there a way of adding some custom distributionManagement elements, or can anyone suggest another way of pushing my generated resources to a git branch?