I've been trying to solve this problem for a while now and still can't make this integration happen. I'm probabilly missing something really simple here and got confused along the way!
First of all, how can I successfull host a Maven project on github, so that when I run the command mvn build (or release, not sure which) it checks in my changes to the github repository, if the build runs successfully?
Second question: after the first integration is done, how can I get Continuum to watch for the changes I push and build the remote repository to check if the tests are still passing?
If the flow I'm trying to achieve is wrong, please tell me what would be the best way to get these 3 tools running together. :)