I'm looking for a complete java development infrastructure with an integration of:
- an IDE like eclipse,
- a build system like Maven,
- a version control system like subversion,
- a continuous integration server like Hudson,
- a repository manager like Nexus,
- an automated release plugin like Maven Release Plugin.
Further I'd like to have:
- a predefined multi component project structure
...and optionally:
- an issue manager like Jira,
- an integration with an open source hoster like sourceforge.
Evaluating all these systems could take a long time, making the setup of a running infrastructure a job of a month or longer.
At work I'm ready to setup each system individually, but for my private development at home I'd like to have something like Devware - A development environment virtual appliance (unfortunately I didn't find a download link) where everything is already installed and functional.
So, could you please give me some advice which combinations create a working infrastructure? Or even better where to find a preconfigured development infrastructure?
PS: I'm not committed to any of the named products, so feel free to suggest alternatives if they match better.