Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 642 Bytes

BUILD.md

File metadata and controls

51 lines (37 loc) · 642 Bytes


Apache Maven

Build

mvn -U -DskipTests=true clean package

Sonar analysis

mvn sonar:sonar

Checkstyle (optional)

mvn checkstyle:check

JSHint (optional, requires node.js)

npm install
npm run jshint

ESLint (optional, requires node.js)

npm install
npm run eslint

StyleLint (optional, requires node.js)

npm install
npm run stylelint