...
- Install Homebrew
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install git, git-flow and maven
brew install git
brew install git-flow
brew install maven
- Make sure git is version 1.8.x or greater installed on your machine.
- Download node.js http://nodejs.org/download/
brew install nodejs
- Please refer to Setting up environmentBuild System & CI on how to setup building of CDAP.
...
Setting up Checkstyle in IntelliJ
See "Integrating CheckStyle with Intellij" on the Setting up environment wiki the Checkstyle integration with gradle wiki page. For more information on the rules enforced by checkstyle, see Setting up environmentJava Coding Standards.
Setting up auto Copyright header in IntelliJ
...