Source code
Project management
Maven
We use Maven for ImageJ's project infrastructure.
We publish Maven artifacts to our own Maven repository, accessible from:
http://maven.imagej.net/
See the Learning Maven page to learn more about Maven.
Trac
We use Trac for issue tracking and roadmapping:
http://trac.imagej.net/
We use the ImageJ Trac's ticketing system for our ImageJ Roadmap, including both big-picture and fine-grained perspectives.
Jenkins
We have a Jenkins continuous build system, which automatically checks the code for build and test errors:
http://jenkins.imagej.net/
You can access Jenkins's last successful build artifacts from the Downloads page.
