mirror of
https://github.com/wahyd4/coreutils.git
synced 2026-08-13 14:56:40 +10:00
4c6d64218d845a57a0c8b00e9b6e528fe632df29
Core Utils
Utilities to facilitate Java applications development.
Master Build 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
Languages
Java
98.9%
Shell
1.1%