Read the CONTRIBUTING file.
mvn appengine:run
mvn clean verify
mvn clean verify -P integration-tests
mvn clean verify -P all-tests
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.