Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Maven allows a project to build using its project object model (POM) and a set of plugins that are shared by all projects using Maven, providing a uniform build system. Once you familiarize yourself with how one Maven project builds you automatically know how all Maven projects build saving you immense amounts of time when trying to navigate many projects. | Gerrit is a self-hosted pre-commit code review tool. It serves as a Git hosting server with option to comment incoming changes. It is highly configurable and extensible with default guarding policies, webhooks, project access control and more. |
Simple project setup that follows best practices - get a new project or module started in seconds;Consistent usage across all projects means no ramp up time for new developers coming onto a project;Superior dependency management including automatic updating, dependency closures (also known as transitive dependencies);Able to easily work with multiple projects at the same time;A large and growing repository of libraries and metadata to use out of the box, and arrangements in place with the largest Open Source projects for real-time availability of their latest releases;Extensible, with the ability to easily write plugins in Java or scripting languages;Instant access to new features with little or no extra configuration;Ant tasks for dependency management and deployment outside of Maven | git repository hosting; pre-commit code review; commenting on diffs; updating a single commit with multiple patch sets; project-based access control; protecting repositories |
Statistics | |
GitHub Stars 4.8K | GitHub Stars - |
GitHub Forks 2.8K | GitHub Forks - |
Stacks 3.4K | Stacks 116 |
Followers 1.7K | Followers 223 |
Votes 414 | Votes 67 |
Pros & Cons | |
Pros
Cons
| Pros
|
Integrations | |
| No integrations available | |

After each Git push, Code Climate analyzes your code for complexity, duplication, and common smells to determine changes in quality and surface technical debt hotspots.

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites.

Codacy automates code reviews and monitors code quality on every commit and pull request on more than 40 programming languages reporting back the impact of every commit or PR, issues concerning code style, best practices and security.

Phabricator is a collection of open source web applications that help software companies build better software.

Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software, and thus it has been designed to handle build problems present in Google's development environment.

PullReview helps Ruby and Rails developers to develop new features cleanly, on-time, and with confidence by automatically reviewing their code.

SonarQube provides an overview of the overall health of your source code and even more importantly, it highlights issues found on new code. With a Quality Gate set on your project, you will simply fix the Leak and start mechanically improving.

RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide.

CodeFactor.io automatically and continuously tracks code quality with every GitHub or BitBucket commit and pull request, helping software developers save time in code reviews and efficiently tackle technical debt.

Pants is a build system for Java, Scala and Python. It works particularly well for a source code repository that contains many distinct projects.