Files
coreutils/README.md
T
2015-12-19 13:32:03 +01:00

1.0 KiB

Core Utils

Utilities to facilitate Java applications development.

Master Build Status

License Build Status Coverage Status

Environment variables

GRYCAP_TESTS_PRINT_OUTPUT set value to true to print tests output.

Installation

Install from source

$ mvn clean install coreutils

Development

Run all tests logging to the console

$ mvn clean verify -pl coreutils-core -Dgrycap.tests.print.out=true |& tee /tmp/LOGFILE

Run functional and sanity tests logging to the console

$ mvn clean test -pl coreutils-core -Dgrycap.tests.print.out=true |& tee /tmp/LOGFILE

Continuous integration

$ mvn clean verify coreutils