We are starting a first project with git (stash/bamboo). Before we used svn. We are building java projects with maven and have to maintain multiple staging environments before we go to production. And this is the difference to the examples I found on the web.
How do you use git together with maven and support multiple staging environments. I think to use git together with maven the jgitflow plugin is nice. But there you cannot really support the staging environments. Everything I find is missing something to have a perfect integration of all our needs. But I think what we do is common for a lot of companies.
How do you do it?