Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.15 KB

pwa-backend

Build Status codecov Code Climate Issue Count

Contribution

Read the CONTRIBUTING file.

Changelog

CHANGELOG.

Run the application

mvn appengine:run

Executing tests

Unit tests

mvn clean verify

Integration tests

mvn clean verify -P integration-tests

All tests

mvn clean verify -P all-tests

Other useful maven commands:

  • mvn checkstyle:check to perform a Checkstyle analysis and print violations to the console;
  • mvn versions:display-dependency-updates to check for update of dependencies;
  • mvn versions:display-plugin-updates to check for update of plugins.