mvn test
While issuing Maven mvn test or mvn package, it supposed to test and runs upto given phase and working fine.
Question is where dao and other db test are conducted ? when HSQL not started.
I am getting following whthout starting HSQL
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
|